CopyableBuilder<DescribeStorediSCSIVolumesRequest.Builder,DescribeStorediSCSIVolumesRequest>, SdkBuilder<DescribeStorediSCSIVolumesRequest.Builder,DescribeStorediSCSIVolumesRequest>public static interface DescribeStorediSCSIVolumesRequest.Builder extends CopyableBuilder<DescribeStorediSCSIVolumesRequest.Builder,DescribeStorediSCSIVolumesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeStorediSCSIVolumesRequest.Builder |
volumeARNs(String... volumeARNs) |
An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume.
|
DescribeStorediSCSIVolumesRequest.Builder |
volumeARNs(Collection<String> volumeARNs) |
An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setVolumeARNs(java.util.Collection) or #withVolumeARNs(java.util.Collection) if you want to
override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.