| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.accessKey(String accessKey)
The access key (for example, a user name) required to authenticate with the object storage system.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.agentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can securely connect with your location.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.agentArns(String... agentArns)
The ARNs of the DataSync agents that can securely connect with your location.
|
static DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.builder() |
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.creationTime(Instant creationTime)
The time that the location was created.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.locationArn(String locationArn)
The ARN of the object storage system location.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.locationUri(String locationUri)
The URL of the object storage system location.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.serverCertificate(SdkBytes serverCertificate)
The self-signed certificate that DataSync uses to securely authenticate with your object storage system.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.serverPort(Integer serverPort)
The port that your object storage server accepts inbound network traffic on (for example, port 443).
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.serverProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that your object storage system uses to communicate.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.serverProtocol(String serverProtocol)
The protocol that your object storage system uses to communicate.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeLocationObjectStorageResponse.Builder> |
DescribeLocationObjectStorageResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.