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(String... agentArns) |
The ARNs of the DataSync agents that can connect with your object storage system.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.agentArns(Collection<String> agentArns) |
The ARNs of the DataSync agents that can connect with your object storage system.
|
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 URI of the object storage system location.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.serverCertificate(SdkBytes serverCertificate) |
The certificate chain for DataSync to authenticate with your object storage system if the system uses a
private or self-signed certificate authority (CA).
|
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(String serverProtocol) |
The protocol that your object storage system uses to communicate.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.serverProtocol(ObjectStorageServerProtocol serverProtocol) |
The protocol that your object storage system uses to communicate.
|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.toBuilder() |
|