public static interface DescribeStorediSCSIVolumesRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<DescribeStorediSCSIVolumesRequest.Builder,DescribeStorediSCSIVolumesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStorediSCSIVolumesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeStorediSCSIVolumesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, 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 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 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 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 from the same gateway. Use ListVolumes to get volume
ARNs for a gateway.DescribeStorediSCSIVolumesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeStorediSCSIVolumesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.