| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateLocationObjectStorageResponse |
DataSyncClient.createLocationObjectStorage(Consumer<CreateLocationObjectStorageRequest.Builder> createLocationObjectStorageRequest)
Creates an endpoint for an object storage system that DataSync can access for a transfer.
|
default CompletableFuture<CreateLocationObjectStorageResponse> |
DataSyncAsyncClient.createLocationObjectStorage(Consumer<CreateLocationObjectStorageRequest.Builder> createLocationObjectStorageRequest)
Creates an endpoint for an object storage system that DataSync can access for a transfer.
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> agentArns)
Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your
location.
|
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.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(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 certificate to authenticate with an object storage system that uses a private or self-signed
certificate authority (CA).
|
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(ObjectStorageServerProtocol serverProtocol)
Specifies the protocol that your object storage server uses to communicate.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.serverProtocol(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLocationObjectStorageRequest.Builder> |
CreateLocationObjectStorageRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.