pub struct Builder { /* private fields */ }
Expand description
A builder for AwsElasticBeanstalkEnvironmentDetails
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn application_name(self, input: impl Into<String>) -> Self
pub fn application_name(self, input: impl Into<String>) -> Self
The name of the application that is associated with the environment.
sourcepub fn set_application_name(self, input: Option<String>) -> Self
pub fn set_application_name(self, input: Option<String>) -> Self
The name of the application that is associated with the environment.
sourcepub fn cname(self, input: impl Into<String>) -> Self
pub fn cname(self, input: impl Into<String>) -> Self
The URL to the CNAME for this environment.
sourcepub fn set_cname(self, input: Option<String>) -> Self
pub fn set_cname(self, input: Option<String>) -> Self
The URL to the CNAME for this environment.
sourcepub fn date_created(self, input: impl Into<String>) -> Self
pub fn date_created(self, input: impl Into<String>) -> Self
The creation date for this environment.
sourcepub fn set_date_created(self, input: Option<String>) -> Self
pub fn set_date_created(self, input: Option<String>) -> Self
The creation date for this environment.
sourcepub fn date_updated(self, input: impl Into<String>) -> Self
pub fn date_updated(self, input: impl Into<String>) -> Self
The date when this environment was last modified.
sourcepub fn set_date_updated(self, input: Option<String>) -> Self
pub fn set_date_updated(self, input: Option<String>) -> Self
The date when this environment was last modified.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the environment.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the environment.
sourcepub fn endpoint_url(self, input: impl Into<String>) -> Self
pub fn endpoint_url(self, input: impl Into<String>) -> Self
For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance.
sourcepub fn set_endpoint_url(self, input: Option<String>) -> Self
pub fn set_endpoint_url(self, input: Option<String>) -> Self
For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance.
sourcepub fn environment_arn(self, input: impl Into<String>) -> Self
pub fn environment_arn(self, input: impl Into<String>) -> Self
The ARN of the environment.
sourcepub fn set_environment_arn(self, input: Option<String>) -> Self
pub fn set_environment_arn(self, input: Option<String>) -> Self
The ARN of the environment.
sourcepub fn environment_id(self, input: impl Into<String>) -> Self
pub fn environment_id(self, input: impl Into<String>) -> Self
The identifier of the environment.
sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
The identifier of the environment.
sourcepub fn environment_links(
self,
input: AwsElasticBeanstalkEnvironmentEnvironmentLink
) -> Self
pub fn environment_links(
self,
input: AwsElasticBeanstalkEnvironmentEnvironmentLink
) -> Self
Appends an item to environment_links
.
To override the contents of this collection use set_environment_links
.
Links to other environments in the same group.
sourcepub fn set_environment_links(
self,
input: Option<Vec<AwsElasticBeanstalkEnvironmentEnvironmentLink>>
) -> Self
pub fn set_environment_links(
self,
input: Option<Vec<AwsElasticBeanstalkEnvironmentEnvironmentLink>>
) -> Self
Links to other environments in the same group.
sourcepub fn environment_name(self, input: impl Into<String>) -> Self
pub fn environment_name(self, input: impl Into<String>) -> Self
The name of the environment.
sourcepub fn set_environment_name(self, input: Option<String>) -> Self
pub fn set_environment_name(self, input: Option<String>) -> Self
The name of the environment.
sourcepub fn option_settings(
self,
input: AwsElasticBeanstalkEnvironmentOptionSetting
) -> Self
pub fn option_settings(
self,
input: AwsElasticBeanstalkEnvironmentOptionSetting
) -> Self
Appends an item to option_settings
.
To override the contents of this collection use set_option_settings
.
The configuration setting for the environment.
sourcepub fn set_option_settings(
self,
input: Option<Vec<AwsElasticBeanstalkEnvironmentOptionSetting>>
) -> Self
pub fn set_option_settings(
self,
input: Option<Vec<AwsElasticBeanstalkEnvironmentOptionSetting>>
) -> Self
The configuration setting for the environment.
sourcepub fn platform_arn(self, input: impl Into<String>) -> Self
pub fn platform_arn(self, input: impl Into<String>) -> Self
The ARN of the platform version for the environment.
sourcepub fn set_platform_arn(self, input: Option<String>) -> Self
pub fn set_platform_arn(self, input: Option<String>) -> Self
The ARN of the platform version for the environment.
sourcepub fn solution_stack_name(self, input: impl Into<String>) -> Self
pub fn solution_stack_name(self, input: impl Into<String>) -> Self
The name of the solution stack that is deployed with the environment.
sourcepub fn set_solution_stack_name(self, input: Option<String>) -> Self
pub fn set_solution_stack_name(self, input: Option<String>) -> Self
The name of the solution stack that is deployed with the environment.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The current operational status of the environment.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The current operational status of the environment.
sourcepub fn tier(self, input: AwsElasticBeanstalkEnvironmentTier) -> Self
pub fn tier(self, input: AwsElasticBeanstalkEnvironmentTier) -> Self
The tier of the environment.
sourcepub fn set_tier(self, input: Option<AwsElasticBeanstalkEnvironmentTier>) -> Self
pub fn set_tier(self, input: Option<AwsElasticBeanstalkEnvironmentTier>) -> Self
The tier of the environment.
sourcepub fn version_label(self, input: impl Into<String>) -> Self
pub fn version_label(self, input: impl Into<String>) -> Self
The application version of the environment.
sourcepub fn set_version_label(self, input: Option<String>) -> Self
pub fn set_version_label(self, input: Option<String>) -> Self
The application version of the environment.
sourcepub fn build(self) -> AwsElasticBeanstalkEnvironmentDetails
pub fn build(self) -> AwsElasticBeanstalkEnvironmentDetails
Consumes the builder and constructs a AwsElasticBeanstalkEnvironmentDetails
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more