public static interface AddWorkingStorageRequest.Builder extends StorageGatewayRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AddWorkingStorageRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.AddWorkingStorageRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.