public static interface ListVolumesResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<ListVolumesResponse.Builder,ListVolumesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVolumesResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
ListVolumesResponse.Builder |
marker(String marker)
Use the marker in your next request to continue pagination of iSCSI volumes.
|
ListVolumesResponse.Builder |
volumeInfos(Collection<VolumeInfo> volumeInfos)
An array of VolumeInfo objects, where each object describes an iSCSI volume.
|
ListVolumesResponse.Builder |
volumeInfos(Consumer<VolumeInfo.Builder>... volumeInfos)
An array of VolumeInfo objects, where each object describes an iSCSI volume.
|
ListVolumesResponse.Builder |
volumeInfos(VolumeInfo... volumeInfos)
An array of VolumeInfo objects, where each object describes an iSCSI volume.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVolumesResponse.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.ListVolumesResponse.Builder marker(String marker)
Use the marker in your next request to continue pagination of iSCSI volumes. If there are no more volumes to list, this field does not appear in the response body.
marker - Use the marker in your next request to continue pagination of iSCSI volumes. If there are no more
volumes to list, this field does not appear in the response body.ListVolumesResponse.Builder volumeInfos(Collection<VolumeInfo> volumeInfos)
An array of VolumeInfo objects, where each object describes an iSCSI volume. If no volumes are defined
for the gateway, then VolumeInfos is an empty array "[]".
volumeInfos - An array of VolumeInfo objects, where each object describes an iSCSI volume. If no volumes are
defined for the gateway, then VolumeInfos is an empty array "[]".ListVolumesResponse.Builder volumeInfos(VolumeInfo... volumeInfos)
An array of VolumeInfo objects, where each object describes an iSCSI volume. If no volumes are defined
for the gateway, then VolumeInfos is an empty array "[]".
volumeInfos - An array of VolumeInfo objects, where each object describes an iSCSI volume. If no volumes are
defined for the gateway, then VolumeInfos is an empty array "[]".ListVolumesResponse.Builder volumeInfos(Consumer<VolumeInfo.Builder>... volumeInfos)
An array of VolumeInfo objects, where each object describes an iSCSI volume. If no volumes are defined
for the gateway, then VolumeInfos is an empty array "[]".
VolumeInfo.Builder avoiding the need to create
one manually via VolumeInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #volumeInfos(List.
volumeInfos - a consumer that will call methods on
VolumeInfo.Builder#volumeInfos(java.util.Collection) Copyright © 2023. All rights reserved.