#[non_exhaustive]pub struct GetEnvironmentOutputBuilder { /* private fields */ }
Expand description
A builder for GetEnvironmentOutput
.
Implementations§
source§impl GetEnvironmentOutputBuilder
impl GetEnvironmentOutputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the runtime environment. Must be unique within the account.
This field is required.sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the runtime environment. Must be unique within the account.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name of the runtime environment. Must be unique within the account.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the runtime environment.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the runtime environment.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the runtime environment.
sourcepub fn environment_arn(self, input: impl Into<String>) -> Self
pub fn environment_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the runtime environment.
This field is required.sourcepub fn set_environment_arn(self, input: Option<String>) -> Self
pub fn set_environment_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the runtime environment.
sourcepub fn get_environment_arn(&self) -> &Option<String>
pub fn get_environment_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the runtime environment.
sourcepub fn environment_id(self, input: impl Into<String>) -> Self
pub fn environment_id(self, input: impl Into<String>) -> Self
The unique identifier of the runtime environment.
This field is required.sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
The unique identifier of the runtime environment.
sourcepub fn get_environment_id(&self) -> &Option<String>
pub fn get_environment_id(&self) -> &Option<String>
The unique identifier of the runtime environment.
sourcepub fn instance_type(self, input: impl Into<String>) -> Self
pub fn instance_type(self, input: impl Into<String>) -> Self
The type of instance underlying the runtime environment.
This field is required.sourcepub fn set_instance_type(self, input: Option<String>) -> Self
pub fn set_instance_type(self, input: Option<String>) -> Self
The type of instance underlying the runtime environment.
sourcepub fn get_instance_type(&self) -> &Option<String>
pub fn get_instance_type(&self) -> &Option<String>
The type of instance underlying the runtime environment.
sourcepub fn status(self, input: EnvironmentLifecycle) -> Self
pub fn status(self, input: EnvironmentLifecycle) -> Self
The status of the runtime environment.
This field is required.sourcepub fn set_status(self, input: Option<EnvironmentLifecycle>) -> Self
pub fn set_status(self, input: Option<EnvironmentLifecycle>) -> Self
The status of the runtime environment.
sourcepub fn get_status(&self) -> &Option<EnvironmentLifecycle>
pub fn get_status(&self) -> &Option<EnvironmentLifecycle>
The status of the runtime environment.
sourcepub fn engine_type(self, input: EngineType) -> Self
pub fn engine_type(self, input: EngineType) -> Self
The target platform for the runtime environment.
This field is required.sourcepub fn set_engine_type(self, input: Option<EngineType>) -> Self
pub fn set_engine_type(self, input: Option<EngineType>) -> Self
The target platform for the runtime environment.
sourcepub fn get_engine_type(&self) -> &Option<EngineType>
pub fn get_engine_type(&self) -> &Option<EngineType>
The target platform for the runtime environment.
sourcepub fn engine_version(self, input: impl Into<String>) -> Self
pub fn engine_version(self, input: impl Into<String>) -> Self
The version of the runtime engine.
This field is required.sourcepub fn set_engine_version(self, input: Option<String>) -> Self
pub fn set_engine_version(self, input: Option<String>) -> Self
The version of the runtime engine.
sourcepub fn get_engine_version(&self) -> &Option<String>
pub fn get_engine_version(&self) -> &Option<String>
The version of the runtime engine.
sourcepub fn vpc_id(self, input: impl Into<String>) -> Self
pub fn vpc_id(self, input: impl Into<String>) -> Self
The unique identifier for the VPC used with this runtime environment.
This field is required.sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The unique identifier for the VPC used with this runtime environment.
sourcepub fn get_vpc_id(&self) -> &Option<String>
pub fn get_vpc_id(&self) -> &Option<String>
The unique identifier for the VPC used with this runtime environment.
sourcepub fn subnet_ids(self, input: impl Into<String>) -> Self
pub fn subnet_ids(self, input: impl Into<String>) -> Self
Appends an item to subnet_ids
.
To override the contents of this collection use set_subnet_ids
.
The unique identifiers of the subnets assigned to this runtime environment.
sourcepub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
The unique identifiers of the subnets assigned to this runtime environment.
sourcepub fn get_subnet_ids(&self) -> &Option<Vec<String>>
pub fn get_subnet_ids(&self) -> &Option<Vec<String>>
The unique identifiers of the subnets assigned to this runtime environment.
sourcepub fn security_group_ids(self, input: impl Into<String>) -> Self
pub fn security_group_ids(self, input: impl Into<String>) -> Self
Appends an item to security_group_ids
.
To override the contents of this collection use set_security_group_ids
.
The unique identifiers of the security groups assigned to this runtime environment.
sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
The unique identifiers of the security groups assigned to this runtime environment.
sourcepub fn get_security_group_ids(&self) -> &Option<Vec<String>>
pub fn get_security_group_ids(&self) -> &Option<Vec<String>>
The unique identifiers of the security groups assigned to this runtime environment.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The timestamp when the runtime environment was created.
This field is required.sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The timestamp when the runtime environment was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The timestamp when the runtime environment was created.
sourcepub fn storage_configurations(self, input: StorageConfiguration) -> Self
pub fn storage_configurations(self, input: StorageConfiguration) -> Self
Appends an item to storage_configurations
.
To override the contents of this collection use set_storage_configurations
.
The storage configurations defined for the runtime environment.
sourcepub fn set_storage_configurations(
self,
input: Option<Vec<StorageConfiguration>>
) -> Self
pub fn set_storage_configurations( self, input: Option<Vec<StorageConfiguration>> ) -> Self
The storage configurations defined for the runtime environment.
sourcepub fn get_storage_configurations(&self) -> &Option<Vec<StorageConfiguration>>
pub fn get_storage_configurations(&self) -> &Option<Vec<StorageConfiguration>>
The storage configurations defined for the runtime environment.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags defined for this runtime environment.
The tags defined for this runtime environment.
The tags defined for this runtime environment.
sourcepub fn high_availability_config(self, input: HighAvailabilityConfig) -> Self
pub fn high_availability_config(self, input: HighAvailabilityConfig) -> Self
The desired capacity of the high availability configuration for the runtime environment.
sourcepub fn set_high_availability_config(
self,
input: Option<HighAvailabilityConfig>
) -> Self
pub fn set_high_availability_config( self, input: Option<HighAvailabilityConfig> ) -> Self
The desired capacity of the high availability configuration for the runtime environment.
sourcepub fn get_high_availability_config(&self) -> &Option<HighAvailabilityConfig>
pub fn get_high_availability_config(&self) -> &Option<HighAvailabilityConfig>
The desired capacity of the high availability configuration for the runtime environment.
sourcepub fn publicly_accessible(self, input: bool) -> Self
pub fn publicly_accessible(self, input: bool) -> Self
Whether applications running in this runtime environment are publicly accessible.
sourcepub fn set_publicly_accessible(self, input: Option<bool>) -> Self
pub fn set_publicly_accessible(self, input: Option<bool>) -> Self
Whether applications running in this runtime environment are publicly accessible.
sourcepub fn get_publicly_accessible(&self) -> &Option<bool>
pub fn get_publicly_accessible(&self) -> &Option<bool>
Whether applications running in this runtime environment are publicly accessible.
sourcepub fn actual_capacity(self, input: i32) -> Self
pub fn actual_capacity(self, input: i32) -> Self
The number of instances included in the runtime environment. A standalone runtime environment has a maximum of one instance. Currently, a high availability runtime environment has a maximum of two instances.
sourcepub fn set_actual_capacity(self, input: Option<i32>) -> Self
pub fn set_actual_capacity(self, input: Option<i32>) -> Self
The number of instances included in the runtime environment. A standalone runtime environment has a maximum of one instance. Currently, a high availability runtime environment has a maximum of two instances.
sourcepub fn get_actual_capacity(&self) -> &Option<i32>
pub fn get_actual_capacity(&self) -> &Option<i32>
The number of instances included in the runtime environment. A standalone runtime environment has a maximum of one instance. Currently, a high availability runtime environment has a maximum of two instances.
sourcepub fn load_balancer_arn(self, input: impl Into<String>) -> Self
pub fn load_balancer_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the load balancer used with the runtime environment.
sourcepub fn set_load_balancer_arn(self, input: Option<String>) -> Self
pub fn set_load_balancer_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the load balancer used with the runtime environment.
sourcepub fn get_load_balancer_arn(&self) -> &Option<String>
pub fn get_load_balancer_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for the load balancer used with the runtime environment.
sourcepub fn status_reason(self, input: impl Into<String>) -> Self
pub fn status_reason(self, input: impl Into<String>) -> Self
The reason for the reported status.
sourcepub fn set_status_reason(self, input: Option<String>) -> Self
pub fn set_status_reason(self, input: Option<String>) -> Self
The reason for the reported status.
sourcepub fn get_status_reason(&self) -> &Option<String>
pub fn get_status_reason(&self) -> &Option<String>
The reason for the reported status.
sourcepub fn preferred_maintenance_window(self, input: impl Into<String>) -> Self
pub fn preferred_maintenance_window(self, input: impl Into<String>) -> Self
The maintenance window for the runtime environment. If you don't provide a value for the maintenance window, the service assigns a random value.
sourcepub fn set_preferred_maintenance_window(self, input: Option<String>) -> Self
pub fn set_preferred_maintenance_window(self, input: Option<String>) -> Self
The maintenance window for the runtime environment. If you don't provide a value for the maintenance window, the service assigns a random value.
sourcepub fn get_preferred_maintenance_window(&self) -> &Option<String>
pub fn get_preferred_maintenance_window(&self) -> &Option<String>
The maintenance window for the runtime environment. If you don't provide a value for the maintenance window, the service assigns a random value.
sourcepub fn pending_maintenance(self, input: PendingMaintenance) -> Self
pub fn pending_maintenance(self, input: PendingMaintenance) -> Self
Indicates the pending maintenance scheduled on this environment.
sourcepub fn set_pending_maintenance(self, input: Option<PendingMaintenance>) -> Self
pub fn set_pending_maintenance(self, input: Option<PendingMaintenance>) -> Self
Indicates the pending maintenance scheduled on this environment.
sourcepub fn get_pending_maintenance(&self) -> &Option<PendingMaintenance>
pub fn get_pending_maintenance(&self) -> &Option<PendingMaintenance>
Indicates the pending maintenance scheduled on this environment.
sourcepub fn kms_key_id(self, input: impl Into<String>) -> Self
pub fn kms_key_id(self, input: impl Into<String>) -> Self
The identifier of a customer managed key.
sourcepub fn set_kms_key_id(self, input: Option<String>) -> Self
pub fn set_kms_key_id(self, input: Option<String>) -> Self
The identifier of a customer managed key.
sourcepub fn get_kms_key_id(&self) -> &Option<String>
pub fn get_kms_key_id(&self) -> &Option<String>
The identifier of a customer managed key.
sourcepub fn build(self) -> Result<GetEnvironmentOutput, BuildError>
pub fn build(self) -> Result<GetEnvironmentOutput, BuildError>
Consumes the builder and constructs a GetEnvironmentOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for GetEnvironmentOutputBuilder
impl Clone for GetEnvironmentOutputBuilder
source§fn clone(&self) -> GetEnvironmentOutputBuilder
fn clone(&self) -> GetEnvironmentOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetEnvironmentOutputBuilder
impl Debug for GetEnvironmentOutputBuilder
source§impl Default for GetEnvironmentOutputBuilder
impl Default for GetEnvironmentOutputBuilder
source§fn default() -> GetEnvironmentOutputBuilder
fn default() -> GetEnvironmentOutputBuilder
source§impl PartialEq for GetEnvironmentOutputBuilder
impl PartialEq for GetEnvironmentOutputBuilder
source§fn eq(&self, other: &GetEnvironmentOutputBuilder) -> bool
fn eq(&self, other: &GetEnvironmentOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.