public static interface AddUploadBufferRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<AddUploadBufferRequest.Builder,AddUploadBufferRequest>
| Modifier and Type | Method and Description |
|---|---|
AddUploadBufferRequest.Builder |
diskIds(Collection<String> diskIds)
An array of strings that identify disks that are to be configured as working storage.
|
AddUploadBufferRequest.Builder |
diskIds(String... diskIds)
An array of strings that identify disks that are to be configured as working storage.
|
AddUploadBufferRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
AddUploadBufferRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddUploadBufferRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddUploadBufferRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.AddUploadBufferRequest.Builder diskIds(Collection<String> diskIds)
An array of strings that identify disks that are to be configured as working storage. Each string has 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 has
a minimum length of 1 and maximum length of 300. You can get the disk IDs from the
ListLocalDisks API.AddUploadBufferRequest.Builder diskIds(String... diskIds)
An array of strings that identify disks that are to be configured as working storage. Each string has 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 has
a minimum length of 1 and maximum length of 300. You can get the disk IDs from the
ListLocalDisks API.AddUploadBufferRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddUploadBufferRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.