public static interface DescribeCachediSCSIVolumesResponse.Builder extends StorageGatewayResponse.Builder, CopyableBuilder<DescribeCachediSCSIVolumesResponse.Builder,DescribeCachediSCSIVolumesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCachediSCSIVolumesResponse.Builder |
cachediSCSIVolumes(CachediSCSIVolume... cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
|
DescribeCachediSCSIVolumesResponse.Builder |
cachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
|
build
copy
apply, build
DescribeCachediSCSIVolumesResponse.Builder cachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
cachediSCSIVolumes
- An array of objects where each object contains metadata about one cached volume.DescribeCachediSCSIVolumesResponse.Builder cachediSCSIVolumes(CachediSCSIVolume... cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
cachediSCSIVolumes
- An array of objects where each object contains metadata about one cached volume.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.