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.
|
build
overrideConfiguration
copy
applyMutation, build
AddWorkingStorageRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AddWorkingStorageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.