public static interface GetDedicatedIpsRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<GetDedicatedIpsRequest.Builder,GetDedicatedIpsRequest>
Modifier and Type | Method and Description |
---|---|
GetDedicatedIpsRequest.Builder |
nextToken(String nextToken)
A token returned from a previous call to
GetDedicatedIps to indicate the position of the
dedicated IP pool in the list of IP pools. |
GetDedicatedIpsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDedicatedIpsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDedicatedIpsRequest.Builder |
pageSize(Integer pageSize)
The number of results to show in a single call to
GetDedicatedIpsRequest . |
GetDedicatedIpsRequest.Builder |
poolName(String poolName)
The name of the IP pool that the dedicated IP address is associated with.
|
build
overrideConfiguration
copy
applyMutation, build
GetDedicatedIpsRequest.Builder poolName(String poolName)
The name of the IP pool that the dedicated IP address is associated with.
poolName
- The name of the IP pool that the dedicated IP address is associated with.GetDedicatedIpsRequest.Builder nextToken(String nextToken)
A token returned from a previous call to GetDedicatedIps
to indicate the position of the
dedicated IP pool in the list of IP pools.
nextToken
- A token returned from a previous call to GetDedicatedIps
to indicate the position of the
dedicated IP pool in the list of IP pools.GetDedicatedIpsRequest.Builder pageSize(Integer pageSize)
The number of results to show in a single call to GetDedicatedIpsRequest
. 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 GetDedicatedIpsRequest
. 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.GetDedicatedIpsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetDedicatedIpsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.