public static interface AwsElasticBeanstalkEnvironmentTier.Builder extends SdkPojo, CopyableBuilder<AwsElasticBeanstalkEnvironmentTier.Builder,AwsElasticBeanstalkEnvironmentTier>
| Modifier and Type | Method and Description |
|---|---|
AwsElasticBeanstalkEnvironmentTier.Builder |
name(String name)
The name of the environment tier.
|
AwsElasticBeanstalkEnvironmentTier.Builder |
type(String type)
The type of environment tier.
|
AwsElasticBeanstalkEnvironmentTier.Builder |
version(String version)
The version of the environment tier.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElasticBeanstalkEnvironmentTier.Builder name(String name)
The name of the environment tier. Valid values are WebServer or Worker.
name - The name of the environment tier. Valid values are WebServer or Worker.AwsElasticBeanstalkEnvironmentTier.Builder type(String type)
The type of environment tier. Valid values are Standard or SQS/HTTP.
type - The type of environment tier. Valid values are Standard or SQS/HTTP.AwsElasticBeanstalkEnvironmentTier.Builder version(String version)
The version of the environment tier.
version - The version of the environment tier.Copyright © 2023. All rights reserved.