public static interface ListIpRoutesRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListIpRoutesRequest.Builder,ListIpRoutesRequest>
| Modifier and Type | Method and 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.
|
ListIpRoutesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIpRoutesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIpRoutesRequest.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.ListIpRoutesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIpRoutesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.