public static interface ListVolumesRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<ListVolumesRequest.Builder,ListVolumesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVolumesRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
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.
|
ListVolumesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListVolumesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListVolumesRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.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.ListVolumesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListVolumesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.