Struct aws_sdk_securityhub::model::aws_elastic_beanstalk_environment_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsElasticBeanstalkEnvironmentDetails
Implementations
The name of the application that is associated with the environment.
The name of the application that is associated with the environment.
The URL to the CNAME for this environment.
The creation date for this environment.
The creation date for this environment.
The date when this environment was last modified.
The date when this environment was last modified.
A description of the environment.
A description of the environment.
For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance.
For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance.
The ARN of the environment.
The ARN of the environment.
The identifier of the environment.
The identifier of the environment.
pub fn environment_links(
self,
input: impl Into<AwsElasticBeanstalkEnvironmentEnvironmentLink>
) -> Self
pub fn environment_links(
self,
input: impl Into<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.
pub 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.
The name of the environment.
The name of the environment.
pub fn option_settings(
self,
input: impl Into<AwsElasticBeanstalkEnvironmentOptionSetting>
) -> Self
pub fn option_settings(
self,
input: impl Into<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.
pub 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.
The ARN of the platform version for the environment.
The ARN of the platform version for the environment.
The name of the solution stack that is deployed with the environment.
The name of the solution stack that is deployed with the environment.
The current operational status of the environment.
The current operational status of the environment.
The tier of the environment.
The tier of the environment.
The application version of the environment.
The application version of the environment.
Consumes the builder and constructs a AwsElasticBeanstalkEnvironmentDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more