Struct aws_sdk_datazone::types::builders::EnvironmentSummaryBuilder
source · #[non_exhaustive]pub struct EnvironmentSummaryBuilder { /* private fields */ }
Expand description
A builder for EnvironmentSummary
.
Implementations§
source§impl EnvironmentSummaryBuilder
impl EnvironmentSummaryBuilder
sourcepub fn project_id(self, input: impl Into<String>) -> Self
pub fn project_id(self, input: impl Into<String>) -> Self
The identifier of the project in which the environment exists.
sourcepub fn set_project_id(self, input: Option<String>) -> Self
pub fn set_project_id(self, input: Option<String>) -> Self
The identifier of the project in which the environment exists.
sourcepub fn get_project_id(&self) -> &Option<String>
pub fn get_project_id(&self) -> &Option<String>
The identifier of the project in which the environment exists.
sourcepub fn domain_id(self, input: impl Into<String>) -> Self
pub fn domain_id(self, input: impl Into<String>) -> Self
The identifier of the Amazon DataZone domain in which the environment exists.
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The identifier of the Amazon DataZone domain in which the environment exists.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The identifier of the Amazon DataZone domain in which the environment exists.
sourcepub fn created_by(self, input: impl Into<String>) -> Self
pub fn created_by(self, input: impl Into<String>) -> Self
The Amazon DataZone user who created the environment.
sourcepub fn set_created_by(self, input: Option<String>) -> Self
pub fn set_created_by(self, input: Option<String>) -> Self
The Amazon DataZone user who created the environment.
sourcepub fn get_created_by(&self) -> &Option<String>
pub fn get_created_by(&self) -> &Option<String>
The Amazon DataZone user who created the environment.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp of when the environment was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The timestamp of when the environment was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The timestamp of when the environment was created.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The timestamp of when the environment was updated.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
The timestamp of when the environment was updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The timestamp of when the environment was updated.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the environment.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the environment.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the environment.
sourcepub fn environment_profile_id(self, input: impl Into<String>) -> Self
pub fn environment_profile_id(self, input: impl Into<String>) -> Self
The identifier of the environment profile with which the environment was created.
sourcepub fn set_environment_profile_id(self, input: Option<String>) -> Self
pub fn set_environment_profile_id(self, input: Option<String>) -> Self
The identifier of the environment profile with which the environment was created.
sourcepub fn get_environment_profile_id(&self) -> &Option<String>
pub fn get_environment_profile_id(&self) -> &Option<String>
The identifier of the environment profile with which the environment was created.
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The identifier of the Amazon Web Services account in which an environment exists.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The identifier of the Amazon Web Services account in which an environment exists.
sourcepub fn get_aws_account_id(&self) -> &Option<String>
pub fn get_aws_account_id(&self) -> &Option<String>
The identifier of the Amazon Web Services account in which an environment exists.
sourcepub fn aws_account_region(self, input: impl Into<String>) -> Self
pub fn aws_account_region(self, input: impl Into<String>) -> Self
The Amazon Web Services Region in which an environment exists.
sourcepub fn set_aws_account_region(self, input: Option<String>) -> Self
pub fn set_aws_account_region(self, input: Option<String>) -> Self
The Amazon Web Services Region in which an environment exists.
sourcepub fn get_aws_account_region(&self) -> &Option<String>
pub fn get_aws_account_region(&self) -> &Option<String>
The Amazon Web Services Region in which an environment exists.
sourcepub fn set_provider(self, input: Option<String>) -> Self
pub fn set_provider(self, input: Option<String>) -> Self
The provider of the environment.
sourcepub fn get_provider(&self) -> &Option<String>
pub fn get_provider(&self) -> &Option<String>
The provider of the environment.
sourcepub fn status(self, input: EnvironmentStatus) -> Self
pub fn status(self, input: EnvironmentStatus) -> Self
The status of the environment.
sourcepub fn set_status(self, input: Option<EnvironmentStatus>) -> Self
pub fn set_status(self, input: Option<EnvironmentStatus>) -> Self
The status of the environment.
sourcepub fn get_status(&self) -> &Option<EnvironmentStatus>
pub fn get_status(&self) -> &Option<EnvironmentStatus>
The status of the environment.
sourcepub fn build(self) -> EnvironmentSummary
pub fn build(self) -> EnvironmentSummary
Consumes the builder and constructs a EnvironmentSummary
.
Trait Implementations§
source§impl Clone for EnvironmentSummaryBuilder
impl Clone for EnvironmentSummaryBuilder
source§fn clone(&self) -> EnvironmentSummaryBuilder
fn clone(&self) -> EnvironmentSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for EnvironmentSummaryBuilder
impl Debug for EnvironmentSummaryBuilder
source§impl Default for EnvironmentSummaryBuilder
impl Default for EnvironmentSummaryBuilder
source§fn default() -> EnvironmentSummaryBuilder
fn default() -> EnvironmentSummaryBuilder
source§impl PartialEq for EnvironmentSummaryBuilder
impl PartialEq for EnvironmentSummaryBuilder
source§fn eq(&self, other: &EnvironmentSummaryBuilder) -> bool
fn eq(&self, other: &EnvironmentSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.