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.
|
build
requestOverrideConfig
copy
apply, build
DescribeStorediSCSIVolumesRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeStorediSCSIVolumesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.