Interface NumericQuestionPropertyValueAutomation.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<NumericQuestionPropertyValueAutomation.Builder,NumericQuestionPropertyValueAutomation>
,SdkBuilder<NumericQuestionPropertyValueAutomation.Builder,NumericQuestionPropertyValueAutomation>
,SdkPojo
- Enclosing class:
- NumericQuestionPropertyValueAutomation
public static interface NumericQuestionPropertyValueAutomation.Builder extends SdkPojo, CopyableBuilder<NumericQuestionPropertyValueAutomation.Builder,NumericQuestionPropertyValueAutomation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NumericQuestionPropertyValueAutomation.Builder
label(String label)
The property label of the automation.NumericQuestionPropertyValueAutomation.Builder
label(NumericQuestionPropertyAutomationLabel label)
The property label of the automation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
label
NumericQuestionPropertyValueAutomation.Builder label(String label)
The property label of the automation.
- Parameters:
label
- The property label of the automation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NumericQuestionPropertyAutomationLabel
,NumericQuestionPropertyAutomationLabel
-
label
NumericQuestionPropertyValueAutomation.Builder label(NumericQuestionPropertyAutomationLabel label)
The property label of the automation.
- Parameters:
label
- The property label of the automation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NumericQuestionPropertyAutomationLabel
,NumericQuestionPropertyAutomationLabel
-
-