Interface DescribeLocationObjectStorageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLocationObjectStorageResponse.Builder,DescribeLocationObjectStorageResponse>,DataSyncResponse.Builder,SdkBuilder<DescribeLocationObjectStorageResponse.Builder,DescribeLocationObjectStorageResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLocationObjectStorageResponse
public static interface DescribeLocationObjectStorageResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationObjectStorageResponse.Builder,DescribeLocationObjectStorageResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLocationObjectStorageResponse.BuilderaccessKey(String accessKey)The access key (for example, a user name) required to authenticate with the object storage system.DescribeLocationObjectStorageResponse.BuilderagentArns(String... agentArns)The ARNs of the DataSync agents that can connect with your object storage system.DescribeLocationObjectStorageResponse.BuilderagentArns(Collection<String> agentArns)The ARNs of the DataSync agents that can connect with your object storage system.DescribeLocationObjectStorageResponse.BuildercreationTime(Instant creationTime)The time that the location was created.DescribeLocationObjectStorageResponse.BuilderlocationArn(String locationArn)The ARN of the object storage system location.DescribeLocationObjectStorageResponse.BuilderlocationUri(String locationUri)The URI of the object storage system location.DescribeLocationObjectStorageResponse.BuilderserverCertificate(SdkBytes serverCertificate)The self-signed certificate that DataSync uses to securely authenticate with your object storage system.DescribeLocationObjectStorageResponse.BuilderserverPort(Integer serverPort)The port that your object storage server accepts inbound network traffic on (for example, port 443).DescribeLocationObjectStorageResponse.BuilderserverProtocol(String serverProtocol)The protocol that your object storage system uses to communicate.DescribeLocationObjectStorageResponse.BuilderserverProtocol(ObjectStorageServerProtocol serverProtocol)The protocol that your object storage system uses to communicate.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
locationArn
DescribeLocationObjectStorageResponse.Builder locationArn(String locationArn)
The ARN of the object storage system location.
- Parameters:
locationArn- The ARN of the object storage system location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationUri
DescribeLocationObjectStorageResponse.Builder locationUri(String locationUri)
The URI of the object storage system location.
- Parameters:
locationUri- The URI of the object storage system location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessKey
DescribeLocationObjectStorageResponse.Builder accessKey(String accessKey)
The access key (for example, a user name) required to authenticate with the object storage system.
- Parameters:
accessKey- The access key (for example, a user name) required to authenticate with the object storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverPort
DescribeLocationObjectStorageResponse.Builder serverPort(Integer serverPort)
The port that your object storage server accepts inbound network traffic on (for example, port 443).
- Parameters:
serverPort- The port that your object storage server accepts inbound network traffic on (for example, port 443).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverProtocol
DescribeLocationObjectStorageResponse.Builder serverProtocol(String serverProtocol)
The protocol that your object storage system uses to communicate.
- Parameters:
serverProtocol- The protocol that your object storage system uses to communicate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ObjectStorageServerProtocol,ObjectStorageServerProtocol
-
serverProtocol
DescribeLocationObjectStorageResponse.Builder serverProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that your object storage system uses to communicate.
- Parameters:
serverProtocol- The protocol that your object storage system uses to communicate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ObjectStorageServerProtocol,ObjectStorageServerProtocol
-
agentArns
DescribeLocationObjectStorageResponse.Builder agentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your object storage system.
- Parameters:
agentArns- The ARNs of the DataSync agents that can connect with your object storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentArns
DescribeLocationObjectStorageResponse.Builder agentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your object storage system.
- Parameters:
agentArns- The ARNs of the DataSync agents that can connect with your object storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DescribeLocationObjectStorageResponse.Builder creationTime(Instant creationTime)
The time that the location was created.
- Parameters:
creationTime- The time that the location was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverCertificate
DescribeLocationObjectStorageResponse.Builder serverCertificate(SdkBytes serverCertificate)
The self-signed certificate that DataSync uses to securely authenticate with your object storage system.
- Parameters:
serverCertificate- The self-signed certificate that DataSync uses to securely authenticate with your object storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-