Struct aws_sdk_fis::operation::update_target_account_configuration::builders::UpdateTargetAccountConfigurationFluentBuilder
source · pub struct UpdateTargetAccountConfigurationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateTargetAccountConfiguration.
Updates the target account configuration for the specified experiment template.
Implementations§
source§impl UpdateTargetAccountConfigurationFluentBuilder
impl UpdateTargetAccountConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &UpdateTargetAccountConfigurationInputBuilder
pub fn as_input(&self) -> &UpdateTargetAccountConfigurationInputBuilder
Access the UpdateTargetAccountConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<UpdateTargetAccountConfigurationOutput, SdkError<UpdateTargetAccountConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateTargetAccountConfigurationOutput, SdkError<UpdateTargetAccountConfigurationError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<UpdateTargetAccountConfigurationOutput, UpdateTargetAccountConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateTargetAccountConfigurationOutput, UpdateTargetAccountConfigurationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn experiment_template_id(self, input: impl Into<String>) -> Self
pub fn experiment_template_id(self, input: impl Into<String>) -> Self
The ID of the experiment template.
sourcepub fn set_experiment_template_id(self, input: Option<String>) -> Self
pub fn set_experiment_template_id(self, input: Option<String>) -> Self
The ID of the experiment template.
sourcepub fn get_experiment_template_id(&self) -> &Option<String>
pub fn get_experiment_template_id(&self) -> &Option<String>
The ID of the experiment template.
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The AWS account ID of the target account.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The AWS account ID of the target account.
sourcepub fn get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
The AWS account ID of the target account.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of an IAM role for the target account.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of an IAM role for the target account.
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of an IAM role for the target account.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the target account.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the target account.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the target account.
Trait Implementations§
source§impl Clone for UpdateTargetAccountConfigurationFluentBuilder
impl Clone for UpdateTargetAccountConfigurationFluentBuilder
source§fn clone(&self) -> UpdateTargetAccountConfigurationFluentBuilder
fn clone(&self) -> UpdateTargetAccountConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more