Struct aws_sdk_datasync::operation::create_location_object_storage::builders::CreateLocationObjectStorageInputBuilder
source · #[non_exhaustive]pub struct CreateLocationObjectStorageInputBuilder { /* private fields */ }
Expand description
A builder for CreateLocationObjectStorageInput
.
Implementations§
source§impl CreateLocationObjectStorageInputBuilder
impl CreateLocationObjectStorageInputBuilder
sourcepub fn server_hostname(self, input: impl Into<String>) -> Self
pub fn server_hostname(self, input: impl Into<String>) -> Self
Specifies the domain name or IP address of the object storage server. A DataSync agent uses this hostname to mount the object storage server in a network.
This field is required.sourcepub fn set_server_hostname(self, input: Option<String>) -> Self
pub fn set_server_hostname(self, input: Option<String>) -> Self
Specifies the domain name or IP address of the object storage server. A DataSync agent uses this hostname to mount the object storage server in a network.
sourcepub fn get_server_hostname(&self) -> &Option<String>
pub fn get_server_hostname(&self) -> &Option<String>
Specifies the domain name or IP address of the object storage server. A DataSync agent uses this hostname to mount the object storage server in a network.
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 bucket_name(self, input: impl Into<String>) -> Self
pub fn bucket_name(self, input: impl Into<String>) -> Self
Specifies the name of the object storage bucket involved in the transfer.
This field is required.sourcepub fn set_bucket_name(self, input: Option<String>) -> Self
pub fn set_bucket_name(self, input: Option<String>) -> Self
Specifies the name of the object storage bucket involved in the transfer.
sourcepub fn get_bucket_name(&self) -> &Option<String>
pub fn get_bucket_name(&self) -> &Option<String>
Specifies the name of the object storage bucket involved in the transfer.
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 agent_arns
.
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.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Specifies the key-value pair that represents a tag that you want to add to the resource. Tags can help you manage, filter, and search for your resources. We recommend creating a name tag for your location.
Specifies the key-value pair that represents a tag that you want to add to the resource. Tags can help you manage, filter, and search for your resources. We recommend creating a name tag for your location.
Specifies the key-value pair that represents a tag that you want to add to the resource. Tags can help you manage, filter, and search for your resources. We recommend creating a name tag for your location.
sourcepub fn server_certificate(self, input: Blob) -> Self
pub fn server_certificate(self, input: Blob) -> Self
Specifies a file with the certificates that are used to sign the object storage server's certificate (for example, file:///home/user/.ssh/storage_sys_certificate.pem
). The file you specify must include the following:
-
The certificate of the signing certificate authority (CA)
-
Any intermediate certificates
-
base64 encoding
-
A
.pem
extension
The file can be up to 32768 bytes (before base64 encoding).
To use this parameter, configure ServerProtocol
to HTTPS
.
sourcepub fn set_server_certificate(self, input: Option<Blob>) -> Self
pub fn set_server_certificate(self, input: Option<Blob>) -> Self
Specifies a file with the certificates that are used to sign the object storage server's certificate (for example, file:///home/user/.ssh/storage_sys_certificate.pem
). The file you specify must include the following:
-
The certificate of the signing certificate authority (CA)
-
Any intermediate certificates
-
base64 encoding
-
A
.pem
extension
The file can be up to 32768 bytes (before base64 encoding).
To use this parameter, configure ServerProtocol
to HTTPS
.
sourcepub fn get_server_certificate(&self) -> &Option<Blob>
pub fn get_server_certificate(&self) -> &Option<Blob>
Specifies a file with the certificates that are used to sign the object storage server's certificate (for example, file:///home/user/.ssh/storage_sys_certificate.pem
). The file you specify must include the following:
-
The certificate of the signing certificate authority (CA)
-
Any intermediate certificates
-
base64 encoding
-
A
.pem
extension
The file can be up to 32768 bytes (before base64 encoding).
To use this parameter, configure ServerProtocol
to HTTPS
.
sourcepub fn build(self) -> Result<CreateLocationObjectStorageInput, BuildError>
pub fn build(self) -> Result<CreateLocationObjectStorageInput, BuildError>
Consumes the builder and constructs a CreateLocationObjectStorageInput
.
source§impl CreateLocationObjectStorageInputBuilder
impl CreateLocationObjectStorageInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateLocationObjectStorageOutput, SdkError<CreateLocationObjectStorageError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateLocationObjectStorageOutput, SdkError<CreateLocationObjectStorageError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateLocationObjectStorageInputBuilder
impl Clone for CreateLocationObjectStorageInputBuilder
source§fn clone(&self) -> CreateLocationObjectStorageInputBuilder
fn clone(&self) -> CreateLocationObjectStorageInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateLocationObjectStorageInputBuilder
impl Default for CreateLocationObjectStorageInputBuilder
source§fn default() -> CreateLocationObjectStorageInputBuilder
fn default() -> CreateLocationObjectStorageInputBuilder
source§impl PartialEq for CreateLocationObjectStorageInputBuilder
impl PartialEq for CreateLocationObjectStorageInputBuilder
source§fn eq(&self, other: &CreateLocationObjectStorageInputBuilder) -> bool
fn eq(&self, other: &CreateLocationObjectStorageInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.