public static interface DescribeStorediScsiVolumesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DescribeStorediScsiVolumesRequest.Builder,DescribeStorediScsiVolumesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStorediScsiVolumesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeStorediScsiVolumesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeStorediScsiVolumesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.