Interface EvaluationFormNumericQuestionAutomation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationFormNumericQuestionAutomation.Builder,EvaluationFormNumericQuestionAutomation>,SdkBuilder<EvaluationFormNumericQuestionAutomation.Builder,EvaluationFormNumericQuestionAutomation>,SdkPojo
- Enclosing class:
- EvaluationFormNumericQuestionAutomation
public static interface EvaluationFormNumericQuestionAutomation.Builder extends SdkPojo, CopyableBuilder<EvaluationFormNumericQuestionAutomation.Builder,EvaluationFormNumericQuestionAutomation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EvaluationFormNumericQuestionAutomation.BuilderpropertyValue(Consumer<NumericQuestionPropertyValueAutomation.Builder> propertyValue)The property value of the automation.EvaluationFormNumericQuestionAutomation.BuilderpropertyValue(NumericQuestionPropertyValueAutomation propertyValue)The property value 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
-
propertyValue
EvaluationFormNumericQuestionAutomation.Builder propertyValue(NumericQuestionPropertyValueAutomation propertyValue)
The property value of the automation.
- Parameters:
propertyValue- The property value of the automation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyValue
default EvaluationFormNumericQuestionAutomation.Builder propertyValue(Consumer<NumericQuestionPropertyValueAutomation.Builder> propertyValue)
The property value of the automation.
This is a convenience method that creates an instance of theNumericQuestionPropertyValueAutomation.Builderavoiding the need to create one manually viaNumericQuestionPropertyValueAutomation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topropertyValue(NumericQuestionPropertyValueAutomation).- Parameters:
propertyValue- a consumer that will call methods onNumericQuestionPropertyValueAutomation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
propertyValue(NumericQuestionPropertyValueAutomation)
-
-