| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLocationObjectStorageResponse |
DataSyncClient.updateLocationObjectStorage(Consumer<UpdateLocationObjectStorageRequest.Builder> updateLocationObjectStorageRequest)
Updates some parameters of an existing object storage location that DataSync accesses for a transfer.
|
default CompletableFuture<UpdateLocationObjectStorageResponse> |
DataSyncAsyncClient.updateLocationObjectStorage(Consumer<UpdateLocationObjectStorageRequest.Builder> updateLocationObjectStorageRequest)
Updates some parameters of an existing object storage location that DataSync accesses for a transfer.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.accessKey(String accessKey)
Specifies the access key (for example, a user name) if credentials are required to authenticate with the
object storage server.
|
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.agentArns(Collection<String> agentArns)
Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your
location.
|
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.agentArns(String... agentArns)
Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your
location.
|
static UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.builder() |
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.locationArn(String locationArn)
Specifies the ARN of the object storage system location that you're updating.
|
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.secretKey(String secretKey)
Specifies the secret key (for example, a password) if credentials are required to authenticate with the
object storage server.
|
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.serverCertificate(SdkBytes serverCertificate)
Specifies a certificate to authenticate with an object storage system that uses a private or self-signed
certificate authority (CA).
|
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.serverPort(Integer serverPort)
Specifies the port that your object storage server accepts inbound network traffic on (for example, port
443).
|
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.serverProtocol(ObjectStorageServerProtocol serverProtocol)
Specifies the protocol that your object storage server uses to communicate.
|
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.serverProtocol(String serverProtocol)
Specifies the protocol that your object storage server uses to communicate.
|
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.Builder.subdirectory(String subdirectory)
Specifies the object prefix for your object storage server.
|
UpdateLocationObjectStorageRequest.Builder |
UpdateLocationObjectStorageRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLocationObjectStorageRequest.Builder> |
UpdateLocationObjectStorageRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.