pub struct Builder { /* private fields */ }
Expand description
A builder for AwsElasticBeanstalkEnvironmentDetails
.
Implementations§
source§impl 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. Valid values are as follows:
-
Aborting
-
Launching
-
LinkingFrom
-
LinkingTo
-
Ready
-
Terminated
-
Terminating
-
Updating
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. Valid values are as follows:
-
Aborting
-
Launching
-
LinkingFrom
-
LinkingTo
-
Ready
-
Terminated
-
Terminating
-
Updating
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
.