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 Details

    • name

      The name of the environment tier. Valid values are WebServer or Worker.

      Parameters:
      name - The name of the environment tier. Valid values are WebServer or Worker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of environment tier. Valid values are Standard or SQS/HTTP.

      Parameters:
      type - The type of environment tier. Valid values are Standard or SQS/HTTP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.