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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
- 
valueThe 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.
 
- 
descriptionA 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.
 
- 
sourceIndicates 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.
 
- 
dataTypeThe 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.
 
- 
allowedValuesThe 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.
 
- 
minimumEngineVersionThe 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.
 
 
-