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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListVolumesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
ListVolumesRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListVolumesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.