CopyableBuilder<ListVolumesRequest.Builder,ListVolumesRequest>
, SdkBuilder<ListVolumesRequest.Builder,ListVolumesRequest>
public static interface ListVolumesRequest.Builder extends CopyableBuilder<ListVolumesRequest.Builder,ListVolumesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListVolumesRequest.Builder |
gatewayARN(String gatewayARN) |
|
ListVolumesRequest.Builder |
limit(Integer limit) |
Specifies that the list of volumes returned be limited to the specified number of items.
|
ListVolumesRequest.Builder |
marker(String marker) |
A string that indicates the position at which to begin the returned list of volumes.
|
copy
apply, build
ListVolumesRequest.Builder gatewayARN(String gatewayARN)
gatewayARN
- ListVolumesRequest.Builder marker(String marker)
A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.
marker
- A string that indicates the position at which to begin the returned list of volumes. Obtain the marker
from the response of a previous List iSCSI Volumes request.ListVolumesRequest.Builder limit(Integer limit)
Specifies that the list of volumes returned be limited to the specified number of items.
limit
- Specifies that the list of volumes returned be limited to the specified number of items.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.