#[non_exhaustive]pub struct EnvironmentBlueprintConfigurationItemBuilder { /* private fields */ }
Expand description
A builder for EnvironmentBlueprintConfigurationItem
.
Implementations§
source§impl EnvironmentBlueprintConfigurationItemBuilder
impl EnvironmentBlueprintConfigurationItemBuilder
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 an environment blueprint 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 an environment blueprint 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 an environment blueprint exists.
sourcepub fn environment_blueprint_id(self, input: impl Into<String>) -> Self
pub fn environment_blueprint_id(self, input: impl Into<String>) -> Self
The identifier of the environment blueprint.
sourcepub fn set_environment_blueprint_id(self, input: Option<String>) -> Self
pub fn set_environment_blueprint_id(self, input: Option<String>) -> Self
The identifier of the environment blueprint.
sourcepub fn get_environment_blueprint_id(&self) -> &Option<String>
pub fn get_environment_blueprint_id(&self) -> &Option<String>
The identifier of the environment blueprint.
sourcepub fn provisioning_role_arn(self, input: impl Into<String>) -> Self
pub fn provisioning_role_arn(self, input: impl Into<String>) -> Self
The ARN of the provisioning role specified in the environment blueprint configuration.
sourcepub fn set_provisioning_role_arn(self, input: Option<String>) -> Self
pub fn set_provisioning_role_arn(self, input: Option<String>) -> Self
The ARN of the provisioning role specified in the environment blueprint configuration.
sourcepub fn get_provisioning_role_arn(&self) -> &Option<String>
pub fn get_provisioning_role_arn(&self) -> &Option<String>
The ARN of the provisioning role specified in the environment blueprint configuration.
sourcepub fn manage_access_role_arn(self, input: impl Into<String>) -> Self
pub fn manage_access_role_arn(self, input: impl Into<String>) -> Self
The ARN of the manage access role specified in the environment blueprint configuration.
sourcepub fn set_manage_access_role_arn(self, input: Option<String>) -> Self
pub fn set_manage_access_role_arn(self, input: Option<String>) -> Self
The ARN of the manage access role specified in the environment blueprint configuration.
sourcepub fn get_manage_access_role_arn(&self) -> &Option<String>
pub fn get_manage_access_role_arn(&self) -> &Option<String>
The ARN of the manage access role specified in the environment blueprint configuration.
sourcepub fn enabled_regions(self, input: impl Into<String>) -> Self
pub fn enabled_regions(self, input: impl Into<String>) -> Self
Appends an item to enabled_regions
.
To override the contents of this collection use set_enabled_regions
.
The enabled Amazon Web Services Regions specified in a blueprint configuration.
sourcepub fn set_enabled_regions(self, input: Option<Vec<String>>) -> Self
pub fn set_enabled_regions(self, input: Option<Vec<String>>) -> Self
The enabled Amazon Web Services Regions specified in a blueprint configuration.
sourcepub fn get_enabled_regions(&self) -> &Option<Vec<String>>
pub fn get_enabled_regions(&self) -> &Option<Vec<String>>
The enabled Amazon Web Services Regions specified in a blueprint configuration.
sourcepub fn regional_parameters(
self,
k: impl Into<String>,
v: HashMap<String, String>
) -> Self
pub fn regional_parameters( self, k: impl Into<String>, v: HashMap<String, String> ) -> Self
Adds a key-value pair to regional_parameters
.
To override the contents of this collection use set_regional_parameters
.
The regional parameters of the environment blueprint.
sourcepub fn set_regional_parameters(
self,
input: Option<HashMap<String, HashMap<String, String>>>
) -> Self
pub fn set_regional_parameters( self, input: Option<HashMap<String, HashMap<String, String>>> ) -> Self
The regional parameters of the environment blueprint.
sourcepub fn get_regional_parameters(
&self
) -> &Option<HashMap<String, HashMap<String, String>>>
pub fn get_regional_parameters( &self ) -> &Option<HashMap<String, HashMap<String, String>>>
The regional parameters of the environment blueprint.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp of when an environment blueprint 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 an environment blueprint was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The timestamp of when an environment blueprint was created.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The timestamp of when the environment blueprint 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 blueprint was updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The timestamp of when the environment blueprint was updated.
sourcepub fn build(self) -> EnvironmentBlueprintConfigurationItem
pub fn build(self) -> EnvironmentBlueprintConfigurationItem
Consumes the builder and constructs a EnvironmentBlueprintConfigurationItem
.
Trait Implementations§
source§impl Clone for EnvironmentBlueprintConfigurationItemBuilder
impl Clone for EnvironmentBlueprintConfigurationItemBuilder
source§fn clone(&self) -> EnvironmentBlueprintConfigurationItemBuilder
fn clone(&self) -> EnvironmentBlueprintConfigurationItemBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for EnvironmentBlueprintConfigurationItemBuilder
impl Default for EnvironmentBlueprintConfigurationItemBuilder
source§fn default() -> EnvironmentBlueprintConfigurationItemBuilder
fn default() -> EnvironmentBlueprintConfigurationItemBuilder
source§impl PartialEq for EnvironmentBlueprintConfigurationItemBuilder
impl PartialEq for EnvironmentBlueprintConfigurationItemBuilder
source§fn eq(&self, other: &EnvironmentBlueprintConfigurationItemBuilder) -> bool
fn eq(&self, other: &EnvironmentBlueprintConfigurationItemBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.