CopyableBuilder<ListIpRoutesRequest.Builder,ListIpRoutesRequest>
, SdkBuilder<ListIpRoutesRequest.Builder,ListIpRoutesRequest>
public static interface ListIpRoutesRequest.Builder extends CopyableBuilder<ListIpRoutesRequest.Builder,ListIpRoutesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListIpRoutesRequest.Builder |
directoryId(String directoryId) |
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
|
ListIpRoutesRequest.Builder |
limit(Integer limit) |
Maximum number of items to return.
|
ListIpRoutesRequest.Builder |
nextToken(String nextToken) |
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes.
|
copy
apply, build
ListIpRoutesRequest.Builder directoryId(String directoryId)
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
directoryId
- Identifier (ID) of the directory for which you want to retrieve the IP addresses.ListIpRoutesRequest.Builder nextToken(String nextToken)
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is the first call.
nextToken
- The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this
is the first call.ListIpRoutesRequest.Builder limit(Integer limit)
Maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
limit
- Maximum number of items to return. If this value is zero, the maximum number of items is specified by
the limitations of the operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.