CopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
, SdkBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
public static interface ListGatewaysRequest.Builder extends CopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
Modifier and Type | Method | Description |
---|---|---|
ListGatewaysRequest.Builder |
limit(Integer limit) |
Specifies that the list of gateways returned be limited to the specified number of items.
|
ListGatewaysRequest.Builder |
marker(String marker) |
An opaque string that indicates the position at which to begin the returned list of gateways.
|
copy
apply, build
ListGatewaysRequest.Builder marker(String marker)
An opaque string that indicates the position at which to begin the returned list of gateways.
marker
- An opaque string that indicates the position at which to begin the returned list of gateways.ListGatewaysRequest.Builder limit(Integer limit)
Specifies that the list of gateways returned be limited to the specified number of items.
limit
- Specifies that the list of gateways returned be limited to the specified number of items.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.