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