public static interface UpdateLocationObjectStorageRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateLocationObjectStorageRequest.Builder,UpdateLocationObjectStorageRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationObjectStorageRequest.Builder |
accessKey(String accessKey)
Optional.
|
UpdateLocationObjectStorageRequest.Builder |
agentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
UpdateLocationObjectStorageRequest.Builder |
agentArns(String... agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
UpdateLocationObjectStorageRequest.Builder |
locationArn(String locationArn)
The Amazon Resource Name (ARN) of the self-managed object storage server location to be updated.
|
UpdateLocationObjectStorageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLocationObjectStorageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLocationObjectStorageRequest.Builder |
secretKey(String secretKey)
Optional.
|
UpdateLocationObjectStorageRequest.Builder |
serverPort(Integer serverPort)
The port that your self-managed object storage server accepts inbound network traffic on.
|
UpdateLocationObjectStorageRequest.Builder |
serverProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that the object storage server uses to communicate.
|
UpdateLocationObjectStorageRequest.Builder |
serverProtocol(String serverProtocol)
The protocol that the object storage server uses to communicate.
|
UpdateLocationObjectStorageRequest.Builder |
subdirectory(String subdirectory)
The subdirectory in the self-managed object storage server that is used to read data from.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLocationObjectStorageRequest.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) of the self-managed object storage server location to be updated.
locationArn - The Amazon Resource Name (ARN) of the self-managed object storage server location to be updated.UpdateLocationObjectStorageRequest.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). You can specify a custom port if your self-managed object storage server requires one.
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). You can specify a custom port if your
self-managed object storage server requires one.UpdateLocationObjectStorageRequest.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,
ObjectStorageServerProtocolUpdateLocationObjectStorageRequest.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,
ObjectStorageServerProtocolUpdateLocationObjectStorageRequest.Builder subdirectory(String subdirectory)
The subdirectory in the self-managed object storage server that is used to read data from.
subdirectory - The subdirectory in the self-managed object storage server that is used to read data from.UpdateLocationObjectStorageRequest.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.UpdateLocationObjectStorageRequest.Builder secretKey(String secretKey)
Optional. The secret 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.
secretKey - Optional. The secret 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.UpdateLocationObjectStorageRequest.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.UpdateLocationObjectStorageRequest.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.UpdateLocationObjectStorageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLocationObjectStorageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.