Interface MultiRegionParameter.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MultiRegionParameter.Builder,
,MultiRegionParameter> SdkBuilder<MultiRegionParameter.Builder,
,MultiRegionParameter> SdkPojo
- Enclosing class:
MultiRegionParameter
@Mutable
@NotThreadSafe
public static interface MultiRegionParameter.Builder
extends SdkPojo, CopyableBuilder<MultiRegionParameter.Builder,MultiRegionParameter>
-
Method Summary
Modifier and TypeMethodDescriptionallowedValues
(String allowedValues) The valid range of values for the parameter.The valid data type for the parameter.description
(String description) A description of the parameter.minimumEngineVersion
(String minimumEngineVersion) The earliest engine version to which the parameter can apply.The name of the parameter.Indicates the source of the parameter value.The value of 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
-
name
The name of the parameter.
- Parameters:
name
- The name of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the parameter.
- Parameters:
value
- The value of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the parameter.
- Parameters:
description
- A description of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
Indicates the source of the parameter value. Valid values: user | system | engine-default
- Parameters:
source
- Indicates the source of the parameter value. Valid values: user | system | engine-default- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataType
The valid data type for the parameter.
- Parameters:
dataType
- The valid data type for the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedValues
The valid range of values for the parameter.
- Parameters:
allowedValues
- The valid range of values for the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimumEngineVersion
The earliest engine version to which the parameter can apply.
- Parameters:
minimumEngineVersion
- The earliest engine version to which the parameter can apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-