#[non_exhaustive]pub struct AwsElasticBeanstalkEnvironmentTierBuilder { /* private fields */ }
Expand description
A builder for AwsElasticBeanstalkEnvironmentTier
.
Implementations§
source§impl AwsElasticBeanstalkEnvironmentTierBuilder
impl AwsElasticBeanstalkEnvironmentTierBuilder
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 get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
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 get_type(&self) -> &Option<String>
pub fn get_type(&self) -> &Option<String>
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 get_version(&self) -> &Option<String>
pub fn get_version(&self) -> &Option<String>
The version of the environment tier.
sourcepub fn build(self) -> AwsElasticBeanstalkEnvironmentTier
pub fn build(self) -> AwsElasticBeanstalkEnvironmentTier
Consumes the builder and constructs a AwsElasticBeanstalkEnvironmentTier
.
Trait Implementations§
source§impl Clone for AwsElasticBeanstalkEnvironmentTierBuilder
impl Clone for AwsElasticBeanstalkEnvironmentTierBuilder
source§fn clone(&self) -> AwsElasticBeanstalkEnvironmentTierBuilder
fn clone(&self) -> AwsElasticBeanstalkEnvironmentTierBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for AwsElasticBeanstalkEnvironmentTierBuilder
impl Default for AwsElasticBeanstalkEnvironmentTierBuilder
source§fn default() -> AwsElasticBeanstalkEnvironmentTierBuilder
fn default() -> AwsElasticBeanstalkEnvironmentTierBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsElasticBeanstalkEnvironmentTierBuilder
impl PartialEq for AwsElasticBeanstalkEnvironmentTierBuilder
source§fn eq(&self, other: &AwsElasticBeanstalkEnvironmentTierBuilder) -> bool
fn eq(&self, other: &AwsElasticBeanstalkEnvironmentTierBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsElasticBeanstalkEnvironmentTierBuilder
Auto Trait Implementations§
impl Freeze for AwsElasticBeanstalkEnvironmentTierBuilder
impl RefUnwindSafe for AwsElasticBeanstalkEnvironmentTierBuilder
impl Send for AwsElasticBeanstalkEnvironmentTierBuilder
impl Sync for AwsElasticBeanstalkEnvironmentTierBuilder
impl Unpin for AwsElasticBeanstalkEnvironmentTierBuilder
impl UnwindSafe for AwsElasticBeanstalkEnvironmentTierBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.