Interface ValidationEnum.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ValidationEnum.Builder,,ValidationEnum> SdkBuilder<ValidationEnum.Builder,,ValidationEnum> SdkPojo
- Enclosing class:
ValidationEnum
@Mutable
@NotThreadSafe
public static interface ValidationEnum.Builder
extends SdkPojo, CopyableBuilder<ValidationEnum.Builder,ValidationEnum>
-
Method Summary
Modifier and TypeMethodDescriptionBoolean that defaults to false.A list of predefined values that are allowed for this attribute.values(Collection<String> values) A list of predefined values that are allowed for this attribute.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
-
strict
Boolean that defaults to false. When true, only values specified in the enum list are allowed. When false, custom values beyond the enumerated list are permitted.
- Parameters:
strict- Boolean that defaults to false. When true, only values specified in the enum list are allowed. When false, custom values beyond the enumerated list are permitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of predefined values that are allowed for this attribute. These values are always permitted regardless of the Strict setting.
- Parameters:
values- A list of predefined values that are allowed for this attribute. These values are always permitted regardless of the Strict setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of predefined values that are allowed for this attribute. These values are always permitted regardless of the Strict setting.
- Parameters:
values- A list of predefined values that are allowed for this attribute. These values are always permitted regardless of the Strict setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-