| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.accessKey(String accessKey)
Optional.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.agentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.agentArns(String... agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
static DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.builder() |
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.creationTime(Instant creationTime)
The time that the self-managed object storage server agent was created.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.locationArn(String locationArn)
The Amazon Resource Name (ARN) of the self-managed object storage server location to describe.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.locationUri(String locationUri)
The URL of the source self-managed object storage server location that was described.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.serverPort(Integer serverPort)
The port that your self-managed object storage server accepts inbound network traffic on.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.serverProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that the object storage server uses to communicate.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.serverProtocol(String serverProtocol)
The protocol that the object storage server uses to communicate.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeLocationObjectStorageResponse.Builder> |
DescribeLocationObjectStorageResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.