CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.accessKey(String accessKey) |
Specifies the access key (for example, a user name) if credentials are required to authenticate with the
object storage server.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.agentArns(String... agentArns) |
Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your
location.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.agentArns(Collection<String> agentArns) |
Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your
location.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.bucketName(String bucketName) |
Specifies the name of the object storage bucket involved in the transfer.
|
static CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.builder() |
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.secretKey(String secretKey) |
Specifies the secret key (for example, a password) if credentials are required to authenticate with the
object storage server.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.serverCertificate(SdkBytes serverCertificate) |
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).
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.serverHostname(String serverHostname) |
Specifies the domain name or IP address of the object storage server.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.serverPort(Integer serverPort) |
Specifies the port that your object storage server accepts inbound network traffic on (for example, port
443).
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.serverProtocol(String serverProtocol) |
Specifies the protocol that your object storage server uses to communicate.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.serverProtocol(ObjectStorageServerProtocol serverProtocol) |
Specifies the protocol that your object storage server uses to communicate.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.subdirectory(String subdirectory) |
Specifies the object prefix for your object storage server.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.tags(Collection<TagListEntry> tags) |
Specifies the key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.tags(Consumer<TagListEntry.Builder>... tags) |
Specifies the key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.tags(TagListEntry... tags) |
Specifies the key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.toBuilder() |
|