public static interface ListDedicatedIpPoolsRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<ListDedicatedIpPoolsRequest.Builder,ListDedicatedIpPoolsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDedicatedIpPoolsRequest.Builder |
nextToken(String nextToken)
A token returned from a previous call to
ListDedicatedIpPools to indicate the position in the
list of dedicated IP pools. |
ListDedicatedIpPoolsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListDedicatedIpPoolsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListDedicatedIpPoolsRequest.Builder |
pageSize(Integer pageSize)
The number of results to show in a single call to
ListDedicatedIpPools. |
buildoverrideConfigurationcopyapplyMutation, buildListDedicatedIpPoolsRequest.Builder nextToken(String nextToken)
A token returned from a previous call to ListDedicatedIpPools to indicate the position in the
list of dedicated IP pools.
nextToken - A token returned from a previous call to ListDedicatedIpPools to indicate the position in
the list of dedicated IP pools.ListDedicatedIpPoolsRequest.Builder pageSize(Integer pageSize)
The number of results to show in a single call to ListDedicatedIpPools. If the number of results
is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
pageSize - The number of results to show in a single call to ListDedicatedIpPools. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.ListDedicatedIpPoolsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListDedicatedIpPoolsRequest.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.