Interface SelectValidation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SelectValidation.Builder,
,SelectValidation> SdkBuilder<SelectValidation.Builder,
,SelectValidation> SdkPojo
- Enclosing class:
SelectValidation
@Mutable
@NotThreadSafe
public static interface SelectValidation.Builder
extends SdkPojo, CopyableBuilder<SelectValidation.Builder,SelectValidation>
-
Method Summary
Modifier and TypeMethodDescriptionmaxChoices
(Integer maxChoices) The maximum number of choices for the select.minChoices
(Integer minChoices) The minimum number of choices for the select.An array of strings for the possible selection options.options
(Collection<String> options) An array of strings for the possible selection options.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, sdkFieldNameToField, sdkFields
-
Method Details
-
minChoices
The minimum number of choices for the select.
- Parameters:
minChoices
- The minimum number of choices for the select.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxChoices
The maximum number of choices for the select.
- Parameters:
maxChoices
- The maximum number of choices for the select.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
An array of strings for the possible selection options.
- Parameters:
options
- An array of strings for the possible selection options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
An array of strings for the possible selection options.
- Parameters:
options
- An array of strings for the possible selection options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-