Interface EvaluationFormTextQuestionProperties.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationFormTextQuestionProperties.Builder,,EvaluationFormTextQuestionProperties> SdkBuilder<EvaluationFormTextQuestionProperties.Builder,,EvaluationFormTextQuestionProperties> SdkPojo
- Enclosing class:
EvaluationFormTextQuestionProperties
@Mutable
@NotThreadSafe
public static interface EvaluationFormTextQuestionProperties.Builder
extends SdkPojo, CopyableBuilder<EvaluationFormTextQuestionProperties.Builder,EvaluationFormTextQuestionProperties>
-
Method Summary
Modifier and TypeMethodDescriptionThe automation properties of the text question.automation(EvaluationFormTextQuestionAutomation automation) The automation properties of the text question.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
automation
EvaluationFormTextQuestionProperties.Builder automation(EvaluationFormTextQuestionAutomation automation) The automation properties of the text question.
- Parameters:
automation- The automation properties of the text question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
automation
default EvaluationFormTextQuestionProperties.Builder automation(Consumer<EvaluationFormTextQuestionAutomation.Builder> automation) The automation properties of the text question.
This is a convenience method that creates an instance of theEvaluationFormTextQuestionAutomation.Builderavoiding the need to create one manually viaEvaluationFormTextQuestionAutomation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toautomation(EvaluationFormTextQuestionAutomation).- Parameters:
automation- a consumer that will call methods onEvaluationFormTextQuestionAutomation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-