Interface NamespaceKeyValidation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NamespaceKeyValidation.Builder,,NamespaceKeyValidation> SdkBuilder<NamespaceKeyValidation.Builder,,NamespaceKeyValidation> SdkPojo
- Enclosing class:
NamespaceKeyValidation
@Mutable
@NotThreadSafe
public static interface NamespaceKeyValidation.Builder
extends SdkPojo, CopyableBuilder<NamespaceKeyValidation.Builder,NamespaceKeyValidation>
-
Method Summary
Modifier and TypeMethodDescriptionallowedValues(String... allowedValues) The allowed values for this namespace variable key.allowedValues(Collection<String> allowedValues) The allowed values for this namespace variable key.regexPattern(String regexPattern) A regex pattern that the namespace variable key-value must match.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 allowed values for this namespace variable key.
- Parameters:
allowedValues- The allowed values for this namespace variable key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedValues
The allowed values for this namespace variable key.
- Parameters:
allowedValues- The allowed values for this namespace variable key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regexPattern
A regex pattern that the namespace variable key-value must match.
- Parameters:
regexPattern- A regex pattern that the namespace variable key-value must match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-