Interface EvaluationFormQuestionTypeProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationFormQuestionTypeProperties.Builder,EvaluationFormQuestionTypeProperties>,SdkBuilder<EvaluationFormQuestionTypeProperties.Builder,EvaluationFormQuestionTypeProperties>,SdkPojo
- Enclosing class:
- EvaluationFormQuestionTypeProperties
public static interface EvaluationFormQuestionTypeProperties.Builder extends SdkPojo, CopyableBuilder<EvaluationFormQuestionTypeProperties.Builder,EvaluationFormQuestionTypeProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EvaluationFormQuestionTypeProperties.Buildernumeric(Consumer<EvaluationFormNumericQuestionProperties.Builder> numeric)The properties of the numeric question.EvaluationFormQuestionTypeProperties.Buildernumeric(EvaluationFormNumericQuestionProperties numeric)The properties of the numeric question.default EvaluationFormQuestionTypeProperties.BuildersingleSelect(Consumer<EvaluationFormSingleSelectQuestionProperties.Builder> singleSelect)The properties of the numeric question.EvaluationFormQuestionTypeProperties.BuildersingleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)The properties of the numeric question.-
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
-
numeric
EvaluationFormQuestionTypeProperties.Builder numeric(EvaluationFormNumericQuestionProperties numeric)
The properties of the numeric question.
- Parameters:
numeric- The properties of the numeric question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numeric
default EvaluationFormQuestionTypeProperties.Builder numeric(Consumer<EvaluationFormNumericQuestionProperties.Builder> numeric)
The properties of the numeric question.
This is a convenience method that creates an instance of theEvaluationFormNumericQuestionProperties.Builderavoiding the need to create one manually viaEvaluationFormNumericQuestionProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonumeric(EvaluationFormNumericQuestionProperties).- Parameters:
numeric- a consumer that will call methods onEvaluationFormNumericQuestionProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
numeric(EvaluationFormNumericQuestionProperties)
-
singleSelect
EvaluationFormQuestionTypeProperties.Builder singleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)
The properties of the numeric question.
- Parameters:
singleSelect- The properties of the numeric question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleSelect
default EvaluationFormQuestionTypeProperties.Builder singleSelect(Consumer<EvaluationFormSingleSelectQuestionProperties.Builder> singleSelect)
The properties of the numeric question.
This is a convenience method that creates an instance of theEvaluationFormSingleSelectQuestionProperties.Builderavoiding the need to create one manually viaEvaluationFormSingleSelectQuestionProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosingleSelect(EvaluationFormSingleSelectQuestionProperties).- Parameters:
singleSelect- a consumer that will call methods onEvaluationFormSingleSelectQuestionProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
singleSelect(EvaluationFormSingleSelectQuestionProperties)
-
-