public static interface AddCacheRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<AddCacheRequest.Builder,AddCacheRequest>
| Modifier and Type | Method and Description |
|---|---|
AddCacheRequest.Builder |
diskIds(Collection<String> diskIds)
Sets the value of the DiskIds property for this object.
|
AddCacheRequest.Builder |
diskIds(String... diskIds)
Sets the value of the DiskIds property for this object.
|
AddCacheRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
AddCacheRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AddCacheRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildAddCacheRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.AddCacheRequest.Builder diskIds(Collection<String> diskIds)
diskIds - The new value for the DiskIds property for this object.AddCacheRequest.Builder diskIds(String... diskIds)
diskIds - The new value for the DiskIds property for this object.AddCacheRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AddCacheRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.