Struct aws_sdk_datasync::operation::update_storage_system::builders::UpdateStorageSystemInputBuilder
source · #[non_exhaustive]pub struct UpdateStorageSystemInputBuilder { /* private fields */ }
Expand description
A builder for UpdateStorageSystemInput
.
Implementations§
source§impl UpdateStorageSystemInputBuilder
impl UpdateStorageSystemInputBuilder
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 agent_arns
.
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.
sourcepub fn build(self) -> Result<UpdateStorageSystemInput, BuildError>
pub fn build(self) -> Result<UpdateStorageSystemInput, BuildError>
Consumes the builder and constructs a UpdateStorageSystemInput
.
source§impl UpdateStorageSystemInputBuilder
impl UpdateStorageSystemInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateStorageSystemOutput, SdkError<UpdateStorageSystemError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateStorageSystemOutput, SdkError<UpdateStorageSystemError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateStorageSystemInputBuilder
impl Clone for UpdateStorageSystemInputBuilder
source§fn clone(&self) -> UpdateStorageSystemInputBuilder
fn clone(&self) -> UpdateStorageSystemInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateStorageSystemInputBuilder
impl Default for UpdateStorageSystemInputBuilder
source§fn default() -> UpdateStorageSystemInputBuilder
fn default() -> UpdateStorageSystemInputBuilder
source§impl PartialEq<UpdateStorageSystemInputBuilder> for UpdateStorageSystemInputBuilder
impl PartialEq<UpdateStorageSystemInputBuilder> for UpdateStorageSystemInputBuilder
source§fn eq(&self, other: &UpdateStorageSystemInputBuilder) -> bool
fn eq(&self, other: &UpdateStorageSystemInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.