Interface ConfigurationOptionSetting.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ConfigurationOptionSetting.Builder,,- ConfigurationOptionSetting> - SdkBuilder<ConfigurationOptionSetting.Builder,,- ConfigurationOptionSetting> - SdkPojo
- Enclosing class:
- ConfigurationOptionSetting
@Mutable
@NotThreadSafe
public static interface ConfigurationOptionSetting.Builder
extends SdkPojo, CopyableBuilder<ConfigurationOptionSetting.Builder,ConfigurationOptionSetting> 
- 
Method SummaryModifier and TypeMethodDescriptionA unique namespace that identifies the option's associated AWS resource.optionName(String optionName) The name of the configuration option.resourceName(String resourceName) A unique resource name for the option setting.The current value for the configuration option.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- 
resourceNameA unique resource name for the option setting. Use it for a time–based scaling configuration option. - Parameters:
- resourceName- A unique resource name for the option setting. Use it for a time–based scaling configuration option.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
namespaceA unique namespace that identifies the option's associated AWS resource. - Parameters:
- namespace- A unique namespace that identifies the option's associated AWS resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
optionNameThe name of the configuration option. - Parameters:
- optionName- The name of the configuration option.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe current value for the configuration option. - Parameters:
- value- The current value for the configuration option.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-