Interface AwsElasticBeanstalkEnvironmentTier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsElasticBeanstalkEnvironmentTier.Builder,AwsElasticBeanstalkEnvironmentTier>,SdkBuilder<AwsElasticBeanstalkEnvironmentTier.Builder,AwsElasticBeanstalkEnvironmentTier>,SdkPojo
- Enclosing class:
- AwsElasticBeanstalkEnvironmentTier
public static interface AwsElasticBeanstalkEnvironmentTier.Builder extends SdkPojo, CopyableBuilder<AwsElasticBeanstalkEnvironmentTier.Builder,AwsElasticBeanstalkEnvironmentTier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsElasticBeanstalkEnvironmentTier.Buildername(String name)The name of the environment tier.AwsElasticBeanstalkEnvironmentTier.Buildertype(String type)The type of environment tier.AwsElasticBeanstalkEnvironmentTier.Builderversion(String version)The version of the environment tier.-
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
-
name
AwsElasticBeanstalkEnvironmentTier.Builder name(String name)
The name of the environment tier. Valid values are
WebServerorWorker.- Parameters:
name- The name of the environment tier. Valid values areWebServerorWorker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
AwsElasticBeanstalkEnvironmentTier.Builder type(String type)
The type of environment tier. Valid values are
StandardorSQS/HTTP.- Parameters:
type- The type of environment tier. Valid values areStandardorSQS/HTTP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
AwsElasticBeanstalkEnvironmentTier.Builder version(String version)
The version of the environment tier.
- Parameters:
version- The version of the environment tier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-