public static interface AddWorkingStorageRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<AddWorkingStorageRequest.Builder,AddWorkingStorageRequest>
| Modifier and Type | Method and Description |
|---|---|
AddWorkingStorageRequest.Builder |
diskIds(Collection<String> diskIds)
An array of strings that identify disks that are to be configured as working storage.
|
AddWorkingStorageRequest.Builder |
diskIds(String... diskIds)
An array of strings that identify disks that are to be configured as working storage.
|
AddWorkingStorageRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
AddWorkingStorageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AddWorkingStorageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildAddWorkingStorageRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.AddWorkingStorageRequest.Builder diskIds(Collection<String> diskIds)
An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
diskIds - An array of strings that identify disks that are to be configured as working storage. Each string have
a minimum length of 1 and maximum length of 300. You can get the disk IDs from the
ListLocalDisks API.AddWorkingStorageRequest.Builder diskIds(String... diskIds)
An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
diskIds - An array of strings that identify disks that are to be configured as working storage. Each string have
a minimum length of 1 and maximum length of 300. You can get the disk IDs from the
ListLocalDisks API.AddWorkingStorageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AddWorkingStorageRequest.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.