pub struct Builder { /* private fields */ }
Expand description
A builder for AwsElasticBeanstalkEnvironmentTier
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the environment tier. Valid values are WebServer
or Worker
.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the environment tier. Valid values are WebServer
or Worker
.
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
The type of environment tier. Valid values are Standard
or SQS/HTTP
.
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
The type of environment tier. Valid values are Standard
or SQS/HTTP
.
sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
The version of the environment tier.
sourcepub fn build(self) -> AwsElasticBeanstalkEnvironmentTier
pub fn build(self) -> AwsElasticBeanstalkEnvironmentTier
Consumes the builder and constructs a AwsElasticBeanstalkEnvironmentTier
.