public static interface ListDedicatedIpPoolsRequest.Builder extends SesV2Request.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) |
ListDedicatedIpPoolsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDedicatedIpPoolsRequest.Builder |
pageSize(Integer pageSize)
The number of results to show in a single call to
ListDedicatedIpPools . |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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)
overrideConfiguration
in interface AwsRequest.Builder
ListDedicatedIpPoolsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.