Interface AwsElasticBeanstalkEnvironmentOptionSetting.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsElasticBeanstalkEnvironmentOptionSetting.Builder,AwsElasticBeanstalkEnvironmentOptionSetting>,SdkBuilder<AwsElasticBeanstalkEnvironmentOptionSetting.Builder,AwsElasticBeanstalkEnvironmentOptionSetting>,SdkPojo
- Enclosing class:
- AwsElasticBeanstalkEnvironmentOptionSetting
public static interface AwsElasticBeanstalkEnvironmentOptionSetting.Builder extends SdkPojo, CopyableBuilder<AwsElasticBeanstalkEnvironmentOptionSetting.Builder,AwsElasticBeanstalkEnvironmentOptionSetting>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsElasticBeanstalkEnvironmentOptionSetting.Buildernamespace(String namespace)The type of resource that the configuration option is associated with.AwsElasticBeanstalkEnvironmentOptionSetting.BuilderoptionName(String optionName)The name of the option.AwsElasticBeanstalkEnvironmentOptionSetting.BuilderresourceName(String resourceName)The name of the resource.AwsElasticBeanstalkEnvironmentOptionSetting.Buildervalue(String value)The value of the configuration setting.-
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 Detail
-
namespace
AwsElasticBeanstalkEnvironmentOptionSetting.Builder namespace(String namespace)
The type of resource that the configuration option is associated with.
- Parameters:
namespace- The type of resource that the configuration option is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionName
AwsElasticBeanstalkEnvironmentOptionSetting.Builder optionName(String optionName)
The name of the option.
- Parameters:
optionName- The name of the option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceName
AwsElasticBeanstalkEnvironmentOptionSetting.Builder resourceName(String resourceName)
The name of the resource.
- Parameters:
resourceName- The name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
AwsElasticBeanstalkEnvironmentOptionSetting.Builder value(String value)
The value of the configuration setting.
- Parameters:
value- The value of the configuration setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-