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