public static interface DescribeCachediScsiVolumesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DescribeCachediScsiVolumesRequest.Builder,DescribeCachediScsiVolumesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeCachediScsiVolumesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeCachediScsiVolumesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeCachediScsiVolumesRequest.Builder |
volumeARNs(Collection<String> volumeARNs)
An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume.
|
DescribeCachediScsiVolumesRequest.Builder |
volumeARNs(String... volumeARNs)
An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCachediScsiVolumesRequest.Builder volumeARNs(Collection<String> volumeARNs)
An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway.
volumeARNs - An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume.
All of the specified cached volumes must be from the same gateway. Use ListVolumes to get
volume ARNs for a gateway.DescribeCachediScsiVolumesRequest.Builder volumeARNs(String... volumeARNs)
An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway.
volumeARNs - An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume.
All of the specified cached volumes must be from the same gateway. Use ListVolumes to get
volume ARNs for a gateway.DescribeCachediScsiVolumesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeCachediScsiVolumesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.