#[non_exhaustive]pub struct AwsElasticBeanstalkEnvironmentDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsElasticBeanstalkEnvironmentDetails
.
Implementations§
source§impl AwsElasticBeanstalkEnvironmentDetailsBuilder
impl AwsElasticBeanstalkEnvironmentDetailsBuilder
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 get_application_name(&self) -> &Option<String>
pub fn get_application_name(&self) -> &Option<String>
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 get_date_created(&self) -> &Option<String>
pub fn get_date_created(&self) -> &Option<String>
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 get_date_updated(&self) -> &Option<String>
pub fn get_date_updated(&self) -> &Option<String>
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 get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
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 get_endpoint_url(&self) -> &Option<String>
pub fn get_endpoint_url(&self) -> &Option<String>
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 get_environment_arn(&self) -> &Option<String>
pub fn get_environment_arn(&self) -> &Option<String>
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 get_environment_id(&self) -> &Option<String>
pub fn get_environment_id(&self) -> &Option<String>
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 get_environment_links(
&self
) -> &Option<Vec<AwsElasticBeanstalkEnvironmentEnvironmentLink>>
pub fn get_environment_links( &self ) -> &Option<Vec<AwsElasticBeanstalkEnvironmentEnvironmentLink>>
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 get_environment_name(&self) -> &Option<String>
pub fn get_environment_name(&self) -> &Option<String>
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 get_option_settings(
&self
) -> &Option<Vec<AwsElasticBeanstalkEnvironmentOptionSetting>>
pub fn get_option_settings( &self ) -> &Option<Vec<AwsElasticBeanstalkEnvironmentOptionSetting>>
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 get_platform_arn(&self) -> &Option<String>
pub fn get_platform_arn(&self) -> &Option<String>
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 get_solution_stack_name(&self) -> &Option<String>
pub fn get_solution_stack_name(&self) -> &Option<String>
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 get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
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 get_tier(&self) -> &Option<AwsElasticBeanstalkEnvironmentTier>
pub fn get_tier(&self) -> &Option<AwsElasticBeanstalkEnvironmentTier>
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 get_version_label(&self) -> &Option<String>
pub fn get_version_label(&self) -> &Option<String>
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§
source§impl Clone for AwsElasticBeanstalkEnvironmentDetailsBuilder
impl Clone for AwsElasticBeanstalkEnvironmentDetailsBuilder
source§fn clone(&self) -> AwsElasticBeanstalkEnvironmentDetailsBuilder
fn clone(&self) -> AwsElasticBeanstalkEnvironmentDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsElasticBeanstalkEnvironmentDetailsBuilder
impl Default for AwsElasticBeanstalkEnvironmentDetailsBuilder
source§fn default() -> AwsElasticBeanstalkEnvironmentDetailsBuilder
fn default() -> AwsElasticBeanstalkEnvironmentDetailsBuilder
source§impl PartialEq for AwsElasticBeanstalkEnvironmentDetailsBuilder
impl PartialEq for AwsElasticBeanstalkEnvironmentDetailsBuilder
source§fn eq(&self, other: &AwsElasticBeanstalkEnvironmentDetailsBuilder) -> bool
fn eq(&self, other: &AwsElasticBeanstalkEnvironmentDetailsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.