public static interface ConfigurationOptionSetting.Builder extends SdkPojo, CopyableBuilder<ConfigurationOptionSetting.Builder,ConfigurationOptionSetting>
| Modifier and Type | Method and Description |
|---|---|
ConfigurationOptionSetting.Builder |
namespace(String namespace)
A unique namespace that identifies the option's associated AWS resource.
|
ConfigurationOptionSetting.Builder |
optionName(String optionName)
The name of the configuration option.
|
ConfigurationOptionSetting.Builder |
resourceName(String resourceName)
A unique resource name for the option setting.
|
ConfigurationOptionSetting.Builder |
value(String value)
The current value for the configuration option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigurationOptionSetting.Builder resourceName(String resourceName)
A unique resource name for the option setting. Use it for a time–based scaling configuration option.
resourceName - A unique resource name for the option setting. Use it for a time–based scaling configuration option.ConfigurationOptionSetting.Builder namespace(String namespace)
A unique namespace that identifies the option's associated AWS resource.
namespace - A unique namespace that identifies the option's associated AWS resource.ConfigurationOptionSetting.Builder optionName(String optionName)
The name of the configuration option.
optionName - The name of the configuration option.ConfigurationOptionSetting.Builder value(String value)
The current value for the configuration option.
value - The current value for the configuration option.Copyright © 2021. All rights reserved.