| 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 a self-managed object storage bucket.
|
default CompletableFuture<CreateLocationObjectStorageResponse> |
DataSyncAsyncClient.createLocationObjectStorage(Consumer<CreateLocationObjectStorageRequest.Builder> createLocationObjectStorageRequest)
Creates an endpoint for a self-managed object storage bucket.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.accessKey(String accessKey)
Optional.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.agentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.agentArns(String... agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.bucketName(String bucketName)
The bucket on the self-managed object storage server that is used to read data from.
|
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)
Optional.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.serverHostname(String serverHostname)
The name of the self-managed object storage server.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.serverPort(Integer serverPort)
The port that your self-managed object storage server accepts inbound network traffic on.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.serverProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that the object storage server uses to communicate.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.serverProtocol(String serverProtocol)
The protocol that the object storage server uses to communicate.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.subdirectory(String subdirectory)
The subdirectory in the self-managed object storage server that is used to read data from.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.tags(Consumer<TagListEntry.Builder>... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLocationObjectStorageRequest.Builder> |
CreateLocationObjectStorageRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.