Struct aws_sdk_datasync::operation::update_location_object_storage::builders::UpdateLocationObjectStorageFluentBuilder
source · pub struct UpdateLocationObjectStorageFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateLocationObjectStorage
.
Updates some parameters of an existing object storage location that DataSync accesses for a transfer. For information about creating a self-managed object storage location, see Creating a location for object storage.
Implementations§
source§impl UpdateLocationObjectStorageFluentBuilder
impl UpdateLocationObjectStorageFluentBuilder
sourcepub fn as_input(&self) -> &UpdateLocationObjectStorageInputBuilder
pub fn as_input(&self) -> &UpdateLocationObjectStorageInputBuilder
Access the UpdateLocationObjectStorage as a reference.
sourcepub async fn send(
self
) -> Result<UpdateLocationObjectStorageOutput, SdkError<UpdateLocationObjectStorageError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateLocationObjectStorageOutput, SdkError<UpdateLocationObjectStorageError, 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 async fn customize(
self
) -> Result<CustomizableOperation<UpdateLocationObjectStorageOutput, UpdateLocationObjectStorageError, Self>, SdkError<UpdateLocationObjectStorageError>>
pub async fn customize( self ) -> Result<CustomizableOperation<UpdateLocationObjectStorageOutput, UpdateLocationObjectStorageError, Self>, SdkError<UpdateLocationObjectStorageError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn location_arn(self, input: impl Into<String>) -> Self
pub fn location_arn(self, input: impl Into<String>) -> Self
Specifies the ARN of the object storage system location that you're updating.
sourcepub fn set_location_arn(self, input: Option<String>) -> Self
pub fn set_location_arn(self, input: Option<String>) -> Self
Specifies the ARN of the object storage system location that you're updating.
sourcepub fn get_location_arn(&self) -> &Option<String>
pub fn get_location_arn(&self) -> &Option<String>
Specifies the ARN of the object storage system location that you're updating.
sourcepub fn server_port(self, input: i32) -> Self
pub fn server_port(self, input: i32) -> Self
Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).
sourcepub fn set_server_port(self, input: Option<i32>) -> Self
pub fn set_server_port(self, input: Option<i32>) -> Self
Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).
sourcepub fn get_server_port(&self) -> &Option<i32>
pub fn get_server_port(&self) -> &Option<i32>
Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).
sourcepub fn server_protocol(self, input: ObjectStorageServerProtocol) -> Self
pub fn server_protocol(self, input: ObjectStorageServerProtocol) -> Self
Specifies the protocol that your object storage server uses to communicate.
sourcepub fn set_server_protocol(
self,
input: Option<ObjectStorageServerProtocol>
) -> Self
pub fn set_server_protocol( self, input: Option<ObjectStorageServerProtocol> ) -> Self
Specifies the protocol that your object storage server uses to communicate.
sourcepub fn get_server_protocol(&self) -> &Option<ObjectStorageServerProtocol>
pub fn get_server_protocol(&self) -> &Option<ObjectStorageServerProtocol>
Specifies the protocol that your object storage server uses to communicate.
sourcepub fn subdirectory(self, input: impl Into<String>) -> Self
pub fn subdirectory(self, input: impl Into<String>) -> Self
Specifies the object prefix for your object storage server. If this is a source location, DataSync only copies objects with this prefix. If this is a destination location, DataSync writes all objects with this prefix.
sourcepub fn set_subdirectory(self, input: Option<String>) -> Self
pub fn set_subdirectory(self, input: Option<String>) -> Self
Specifies the object prefix for your object storage server. If this is a source location, DataSync only copies objects with this prefix. If this is a destination location, DataSync writes all objects with this prefix.
sourcepub fn get_subdirectory(&self) -> &Option<String>
pub fn get_subdirectory(&self) -> &Option<String>
Specifies the object prefix for your object storage server. If this is a source location, DataSync only copies objects with this prefix. If this is a destination location, DataSync writes all objects with this prefix.
sourcepub fn access_key(self, input: impl Into<String>) -> Self
pub fn access_key(self, input: impl Into<String>) -> Self
Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.
sourcepub fn set_access_key(self, input: Option<String>) -> Self
pub fn set_access_key(self, input: Option<String>) -> Self
Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.
sourcepub fn get_access_key(&self) -> &Option<String>
pub fn get_access_key(&self) -> &Option<String>
Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.
sourcepub fn secret_key(self, input: impl Into<String>) -> Self
pub fn secret_key(self, input: impl Into<String>) -> Self
Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.
sourcepub fn set_secret_key(self, input: Option<String>) -> Self
pub fn set_secret_key(self, input: Option<String>) -> Self
Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.
sourcepub fn get_secret_key(&self) -> &Option<String>
pub fn get_secret_key(&self) -> &Option<String>
Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.
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 Names (ARNs) of the DataSync agents that can securely connect with your location.
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 Names (ARNs) of the DataSync agents that can securely connect with your location.
sourcepub fn get_agent_arns(&self) -> &Option<Vec<String>>
pub fn get_agent_arns(&self) -> &Option<Vec<String>>
Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.
sourcepub fn server_certificate(self, input: Blob) -> Self
pub fn server_certificate(self, input: Blob) -> Self
Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded .pem
file (for example, file:///home/user/.ssh/storage_sys_certificate.pem
). The certificate can be up to 32768 bytes (before Base64 encoding).
To use this parameter, configure ServerProtocol
to HTTPS
.
Updating the certificate doesn't interfere with tasks that you have in progress.
sourcepub fn set_server_certificate(self, input: Option<Blob>) -> Self
pub fn set_server_certificate(self, input: Option<Blob>) -> Self
Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded .pem
file (for example, file:///home/user/.ssh/storage_sys_certificate.pem
). The certificate can be up to 32768 bytes (before Base64 encoding).
To use this parameter, configure ServerProtocol
to HTTPS
.
Updating the certificate doesn't interfere with tasks that you have in progress.
sourcepub fn get_server_certificate(&self) -> &Option<Blob>
pub fn get_server_certificate(&self) -> &Option<Blob>
Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded .pem
file (for example, file:///home/user/.ssh/storage_sys_certificate.pem
). The certificate can be up to 32768 bytes (before Base64 encoding).
To use this parameter, configure ServerProtocol
to HTTPS
.
Updating the certificate doesn't interfere with tasks that you have in progress.
Trait Implementations§
source§impl Clone for UpdateLocationObjectStorageFluentBuilder
impl Clone for UpdateLocationObjectStorageFluentBuilder
source§fn clone(&self) -> UpdateLocationObjectStorageFluentBuilder
fn clone(&self) -> UpdateLocationObjectStorageFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more