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