public static interface AwsElasticBeanstalkEnvironmentOptionSetting.Builder extends SdkPojo, CopyableBuilder<AwsElasticBeanstalkEnvironmentOptionSetting.Builder,AwsElasticBeanstalkEnvironmentOptionSetting>
| Modifier and Type | Method and Description |
|---|---|
AwsElasticBeanstalkEnvironmentOptionSetting.Builder |
namespace(String namespace)
The type of resource that the configuration option is associated with.
|
AwsElasticBeanstalkEnvironmentOptionSetting.Builder |
optionName(String optionName)
The name of the option.
|
AwsElasticBeanstalkEnvironmentOptionSetting.Builder |
resourceName(String resourceName)
The name of the resource.
|
AwsElasticBeanstalkEnvironmentOptionSetting.Builder |
value(String value)
The value of the configuration setting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElasticBeanstalkEnvironmentOptionSetting.Builder namespace(String namespace)
The type of resource that the configuration option is associated with.
namespace - The type of resource that the configuration option is associated with.AwsElasticBeanstalkEnvironmentOptionSetting.Builder optionName(String optionName)
The name of the option.
optionName - The name of the option.AwsElasticBeanstalkEnvironmentOptionSetting.Builder resourceName(String resourceName)
The name of the resource.
resourceName - The name of the resource.AwsElasticBeanstalkEnvironmentOptionSetting.Builder value(String value)
The value of the configuration setting.
value - The value of the configuration setting.Copyright © 2023. All rights reserved.