Interface AllowedValuesConstraint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AllowedValuesConstraint.Builder,,AllowedValuesConstraint> SdkBuilder<AllowedValuesConstraint.Builder,,AllowedValuesConstraint> SdkPojo
- Enclosing class:
AllowedValuesConstraint
@Mutable
@NotThreadSafe
public static interface AllowedValuesConstraint.Builder
extends SdkPojo, CopyableBuilder<AllowedValuesConstraint.Builder,AllowedValuesConstraint>
-
Method Summary
Modifier and TypeMethodDescriptionallowedValues(String... allowedValues) The list of allowed values.allowedValues(Collection<String> allowedValues) The list of allowed values.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
-
allowedValues
The list of allowed values.
- Parameters:
allowedValues- The list of allowed values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedValues
The list of allowed values.
- Parameters:
allowedValues- The list of allowed values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-