public static interface DescribeLocationObjectStorageResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationObjectStorageResponse.Builder,DescribeLocationObjectStorageResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationObjectStorageResponse.Builder |
accessKey(String accessKey)
The access key (for example, a user name) required to authenticate with the object storage server.
|
DescribeLocationObjectStorageResponse.Builder |
agentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can securely connect with your location.
|
DescribeLocationObjectStorageResponse.Builder |
agentArns(String... agentArns)
The ARNs of the DataSync agents that can securely connect with your location.
|
DescribeLocationObjectStorageResponse.Builder |
creationTime(Instant creationTime)
The time that the location was created.
|
DescribeLocationObjectStorageResponse.Builder |
locationArn(String locationArn)
The ARN of the object storage system location.
|
DescribeLocationObjectStorageResponse.Builder |
locationUri(String locationUri)
The URL of the object storage system location.
|
DescribeLocationObjectStorageResponse.Builder |
serverPort(Integer serverPort)
The port that your object storage server accepts inbound network traffic on (for example, port 443).
|
DescribeLocationObjectStorageResponse.Builder |
serverProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that your object storage server uses to communicate.
|
DescribeLocationObjectStorageResponse.Builder |
serverProtocol(String serverProtocol)
The protocol that your object storage server uses to communicate.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocationObjectStorageResponse.Builder locationArn(String locationArn)
The ARN of the object storage system location.
locationArn - The ARN of the object storage system location.DescribeLocationObjectStorageResponse.Builder locationUri(String locationUri)
The URL of the object storage system location.
locationUri - The URL of the object storage system location.DescribeLocationObjectStorageResponse.Builder accessKey(String accessKey)
The access key (for example, a user name) required to authenticate with the object storage server.
accessKey - The access key (for example, a user name) required to authenticate with the object storage server.DescribeLocationObjectStorageResponse.Builder serverPort(Integer serverPort)
The port that your object storage server accepts inbound network traffic on (for example, port 443).
serverPort - The port that your object storage server accepts inbound network traffic on (for example, port 443).DescribeLocationObjectStorageResponse.Builder serverProtocol(String serverProtocol)
The protocol that your object storage server uses to communicate.
serverProtocol - The protocol that your object storage server uses to communicate.ObjectStorageServerProtocol,
ObjectStorageServerProtocolDescribeLocationObjectStorageResponse.Builder serverProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that your object storage server uses to communicate.
serverProtocol - The protocol that your object storage server uses to communicate.ObjectStorageServerProtocol,
ObjectStorageServerProtocolDescribeLocationObjectStorageResponse.Builder agentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can securely connect with your location.
agentArns - The ARNs of the DataSync agents that can securely connect with your location.DescribeLocationObjectStorageResponse.Builder agentArns(String... agentArns)
The ARNs of the DataSync agents that can securely connect with your location.
agentArns - The ARNs of the DataSync agents that can securely connect with your location.DescribeLocationObjectStorageResponse.Builder creationTime(Instant creationTime)
The time that the location was created.
creationTime - The time that the location was created.Copyright © 2022. All rights reserved.