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.
|
DescribeCachediSCSIVolumesResponse.Builder |
cachediSCSIVolumes(Consumer<CachediSCSIVolume.Builder>... cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeCachediSCSIVolumesResponse.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.DescribeCachediSCSIVolumesResponse.Builder cachediSCSIVolumes(Consumer<CachediSCSIVolume.Builder>... cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #cachediSCSIVolumes(List) .cachediSCSIVolumes - a consumer that will call methods on List.Builder #cachediSCSIVolumes(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.