Struct aws_sdk_datazone::operation::put_environment_blueprint_configuration::builders::PutEnvironmentBlueprintConfigurationInputBuilder
source · #[non_exhaustive]pub struct PutEnvironmentBlueprintConfigurationInputBuilder { /* private fields */ }Expand description
A builder for PutEnvironmentBlueprintConfigurationInput.
Implementations§
source§impl PutEnvironmentBlueprintConfigurationInputBuilder
impl PutEnvironmentBlueprintConfigurationInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The identifier of the Amazon DataZone domain.
This field is required.sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
pub fn set_domain_identifier(self, input: Option<String>) -> Self
The identifier of the Amazon DataZone domain.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
The identifier of the Amazon DataZone domain.
sourcepub fn environment_blueprint_identifier(self, input: impl Into<String>) -> Self
pub fn environment_blueprint_identifier(self, input: impl Into<String>) -> Self
The identifier of the environment blueprint.
This field is required.sourcepub fn set_environment_blueprint_identifier(self, input: Option<String>) -> Self
pub fn set_environment_blueprint_identifier(self, input: Option<String>) -> Self
The identifier of the environment blueprint.
sourcepub fn get_environment_blueprint_identifier(&self) -> &Option<String>
pub fn get_environment_blueprint_identifier(&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.
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.
sourcepub fn get_provisioning_role_arn(&self) -> &Option<String>
pub fn get_provisioning_role_arn(&self) -> &Option<String>
The ARN of the provisioning role.
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.
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.
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.
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.
Specifies the enabled Amazon Web Services Regions.
sourcepub fn set_enabled_regions(self, input: Option<Vec<String>>) -> Self
pub fn set_enabled_regions(self, input: Option<Vec<String>>) -> Self
Specifies the enabled Amazon Web Services Regions.
sourcepub fn get_enabled_regions(&self) -> &Option<Vec<String>>
pub fn get_enabled_regions(&self) -> &Option<Vec<String>>
Specifies the enabled Amazon Web Services Regions.
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 in 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 in 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 in the environment blueprint.
sourcepub fn build(
self,
) -> Result<PutEnvironmentBlueprintConfigurationInput, BuildError>
pub fn build( self, ) -> Result<PutEnvironmentBlueprintConfigurationInput, BuildError>
Consumes the builder and constructs a PutEnvironmentBlueprintConfigurationInput.
source§impl PutEnvironmentBlueprintConfigurationInputBuilder
impl PutEnvironmentBlueprintConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client,
) -> Result<PutEnvironmentBlueprintConfigurationOutput, SdkError<PutEnvironmentBlueprintConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<PutEnvironmentBlueprintConfigurationOutput, SdkError<PutEnvironmentBlueprintConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for PutEnvironmentBlueprintConfigurationInputBuilder
impl Clone for PutEnvironmentBlueprintConfigurationInputBuilder
source§fn clone(&self) -> PutEnvironmentBlueprintConfigurationInputBuilder
fn clone(&self) -> PutEnvironmentBlueprintConfigurationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for PutEnvironmentBlueprintConfigurationInputBuilder
impl Default for PutEnvironmentBlueprintConfigurationInputBuilder
source§fn default() -> PutEnvironmentBlueprintConfigurationInputBuilder
fn default() -> PutEnvironmentBlueprintConfigurationInputBuilder
source§impl PartialEq for PutEnvironmentBlueprintConfigurationInputBuilder
impl PartialEq for PutEnvironmentBlueprintConfigurationInputBuilder
source§fn eq(&self, other: &PutEnvironmentBlueprintConfigurationInputBuilder) -> bool
fn eq(&self, other: &PutEnvironmentBlueprintConfigurationInputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutEnvironmentBlueprintConfigurationInputBuilder
Auto Trait Implementations§
impl Freeze for PutEnvironmentBlueprintConfigurationInputBuilder
impl RefUnwindSafe for PutEnvironmentBlueprintConfigurationInputBuilder
impl Send for PutEnvironmentBlueprintConfigurationInputBuilder
impl Sync for PutEnvironmentBlueprintConfigurationInputBuilder
impl Unpin for PutEnvironmentBlueprintConfigurationInputBuilder
impl UnwindSafe for PutEnvironmentBlueprintConfigurationInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more