Interface EvaluationFormNumericQuestionAutomation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EvaluationFormNumericQuestionAutomation.Builder,,- EvaluationFormNumericQuestionAutomation> - SdkBuilder<EvaluationFormNumericQuestionAutomation.Builder,,- EvaluationFormNumericQuestionAutomation> - SdkPojo
- Enclosing class:
- EvaluationFormNumericQuestionAutomation
@Mutable
@NotThreadSafe
public static interface EvaluationFormNumericQuestionAutomation.Builder
extends SdkPojo, CopyableBuilder<EvaluationFormNumericQuestionAutomation.Builder,EvaluationFormNumericQuestionAutomation> 
- 
Method SummaryModifier and TypeMethodDescriptionpropertyValue(Consumer<NumericQuestionPropertyValueAutomation.Builder> propertyValue) The property value of the automation.propertyValue(NumericQuestionPropertyValueAutomation propertyValue) The property value of the automation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
propertyValueEvaluationFormNumericQuestionAutomation.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.
 
- 
propertyValuedefault 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 on- NumericQuestionPropertyValueAutomation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-