Struct aws_sdk_datasync::operation::update_storage_system::builders::UpdateStorageSystemFluentBuilder
source · pub struct UpdateStorageSystemFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateStorageSystem
.
Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.
Implementations§
source§impl UpdateStorageSystemFluentBuilder
impl UpdateStorageSystemFluentBuilder
sourcepub fn as_input(&self) -> &UpdateStorageSystemInputBuilder
pub fn as_input(&self) -> &UpdateStorageSystemInputBuilder
Access the UpdateStorageSystem as a reference.
sourcepub async fn send(
self
) -> Result<UpdateStorageSystemOutput, SdkError<UpdateStorageSystemError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateStorageSystemOutput, SdkError<UpdateStorageSystemError, 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<UpdateStorageSystemOutput, UpdateStorageSystemError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateStorageSystemOutput, UpdateStorageSystemError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn storage_system_arn(self, input: impl Into<String>) -> Self
pub fn storage_system_arn(self, input: impl Into<String>) -> Self
Specifies the ARN of the on-premises storage system that you want reconfigure.
sourcepub fn set_storage_system_arn(self, input: Option<String>) -> Self
pub fn set_storage_system_arn(self, input: Option<String>) -> Self
Specifies the ARN of the on-premises storage system that you want reconfigure.
sourcepub fn get_storage_system_arn(&self) -> &Option<String>
pub fn get_storage_system_arn(&self) -> &Option<String>
Specifies the ARN of the on-premises storage system that you want reconfigure.
sourcepub fn server_configuration(self, input: DiscoveryServerConfiguration) -> Self
pub fn server_configuration(self, input: DiscoveryServerConfiguration) -> Self
Specifies the server name and network port required to connect with your on-premises storage system's management interface.
sourcepub fn set_server_configuration(
self,
input: Option<DiscoveryServerConfiguration>
) -> Self
pub fn set_server_configuration( self, input: Option<DiscoveryServerConfiguration> ) -> Self
Specifies the server name and network port required to connect with your on-premises storage system's management interface.
sourcepub fn get_server_configuration(&self) -> &Option<DiscoveryServerConfiguration>
pub fn get_server_configuration(&self) -> &Option<DiscoveryServerConfiguration>
Specifies the server name and network port required to connect with your on-premises storage system's management interface.
sourcepub fn agent_arns(self, input: impl Into<String>) -> Self
pub fn agent_arns(self, input: impl Into<String>) -> Self
Appends an item to AgentArns
.
To override the contents of this collection use set_agent_arns
.
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises storage system. You can only specify one ARN.
sourcepub fn set_agent_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_agent_arns(self, input: Option<Vec<String>>) -> Self
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises storage system. You can only specify one ARN.
sourcepub fn get_agent_arns(&self) -> &Option<Vec<String>>
pub fn get_agent_arns(&self) -> &Option<Vec<String>>
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises storage system. You can only specify one ARN.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
Specifies a familiar name for your on-premises storage system.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
Specifies a familiar name for your on-premises storage system.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
Specifies a familiar name for your on-premises storage system.
sourcepub fn cloud_watch_log_group_arn(self, input: impl Into<String>) -> Self
pub fn cloud_watch_log_group_arn(self, input: impl Into<String>) -> Self
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
sourcepub fn set_cloud_watch_log_group_arn(self, input: Option<String>) -> Self
pub fn set_cloud_watch_log_group_arn(self, input: Option<String>) -> Self
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
sourcepub fn get_cloud_watch_log_group_arn(&self) -> &Option<String>
pub fn get_cloud_watch_log_group_arn(&self) -> &Option<String>
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
sourcepub fn credentials(self, input: Credentials) -> Self
pub fn credentials(self, input: Credentials) -> Self
Specifies the user name and password for accessing your on-premises storage system's management interface.
sourcepub fn set_credentials(self, input: Option<Credentials>) -> Self
pub fn set_credentials(self, input: Option<Credentials>) -> Self
Specifies the user name and password for accessing your on-premises storage system's management interface.
sourcepub fn get_credentials(&self) -> &Option<Credentials>
pub fn get_credentials(&self) -> &Option<Credentials>
Specifies the user name and password for accessing your on-premises storage system's management interface.
Trait Implementations§
source§impl Clone for UpdateStorageSystemFluentBuilder
impl Clone for UpdateStorageSystemFluentBuilder
source§fn clone(&self) -> UpdateStorageSystemFluentBuilder
fn clone(&self) -> UpdateStorageSystemFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more