public static interface DescribeLocationObjectStorageResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationObjectStorageResponse.Builder,DescribeLocationObjectStorageResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationObjectStorageResponse.Builder |
accessKey(String accessKey)
Optional.
|
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 |
agentArns(String... agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
DescribeLocationObjectStorageResponse.Builder |
creationTime(Instant creationTime)
The time that the self-managed object storage server agent was created.
|
DescribeLocationObjectStorageResponse.Builder |
locationArn(String locationArn)
The Amazon Resource Name (ARN) of the self-managed object storage server location to describe.
|
DescribeLocationObjectStorageResponse.Builder |
locationUri(String locationUri)
The URL of the source self-managed object storage server location that was described.
|
DescribeLocationObjectStorageResponse.Builder |
serverPort(Integer serverPort)
The port that your self-managed object storage server accepts inbound network traffic on.
|
DescribeLocationObjectStorageResponse.Builder |
serverProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that the object storage server uses to communicate.
|
DescribeLocationObjectStorageResponse.Builder |
serverProtocol(String serverProtocol)
The protocol that the object storage server uses to communicate.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocationObjectStorageResponse.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) of the self-managed object storage server location to describe.
locationArn - The Amazon Resource Name (ARN) of the self-managed object storage server location to describe.DescribeLocationObjectStorageResponse.Builder locationUri(String locationUri)
The URL of the source self-managed object storage server location that was described.
locationUri - The URL of the source self-managed object storage server location that was described.DescribeLocationObjectStorageResponse.Builder accessKey(String accessKey)
Optional. The access key is used if credentials are required to access the self-managed object storage
server. If your object storage requires a user name and password to authenticate, use AccessKey
and SecretKey to provide the user name and password, respectively.
accessKey - Optional. The access key is used if credentials are required to access the self-managed object storage
server. If your object storage requires a user name and password to authenticate, use
AccessKey and SecretKey to provide the user name and password, respectively.DescribeLocationObjectStorageResponse.Builder serverPort(Integer serverPort)
The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS).
serverPort - The port that your self-managed object storage server accepts inbound network traffic on. The server
port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS).DescribeLocationObjectStorageResponse.Builder serverProtocol(String serverProtocol)
The protocol that the object storage server uses to communicate. Valid values are HTTP or HTTPS.
serverProtocol - The protocol that the object storage server uses to communicate. Valid values are HTTP or HTTPS.ObjectStorageServerProtocol,
ObjectStorageServerProtocolDescribeLocationObjectStorageResponse.Builder serverProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that the object storage server uses to communicate. Valid values are HTTP or HTTPS.
serverProtocol - The protocol that the object storage server uses to communicate. Valid values are HTTP or HTTPS.ObjectStorageServerProtocol,
ObjectStorageServerProtocolDescribeLocationObjectStorageResponse.Builder agentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
agentArns - The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server
location.DescribeLocationObjectStorageResponse.Builder agentArns(String... agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
agentArns - The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server
location.DescribeLocationObjectStorageResponse.Builder creationTime(Instant creationTime)
The time that the self-managed object storage server agent was created.
creationTime - The time that the self-managed object storage server agent was created.Copyright © 2022. All rights reserved.