CopyableBuilder<AddWorkingStorageRequest.Builder,AddWorkingStorageRequest>
, SdkBuilder<AddWorkingStorageRequest.Builder,AddWorkingStorageRequest>
public static interface AddWorkingStorageRequest.Builder extends CopyableBuilder<AddWorkingStorageRequest.Builder,AddWorkingStorageRequest>
Modifier and Type | Method | Description |
---|---|---|
AddWorkingStorageRequest.Builder |
diskIds(String... diskIds) |
An array of strings that identify disks that are to be configured as working storage.
|
AddWorkingStorageRequest.Builder |
diskIds(Collection<String> diskIds) |
An array of strings that identify disks that are to be configured as working storage.
|
AddWorkingStorageRequest.Builder |
gatewayARN(String gatewayARN) |
copy
apply, build
AddWorkingStorageRequest.Builder gatewayARN(String gatewayARN)
gatewayARN
- 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.
NOTE: This method appends the values to the existing list (if any). Use
#setDiskIds(java.util.Collection)
or #withDiskIds(java.util.Collection)
if you want to
override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.