public static interface ListDedicatedIpPoolsResponse.Builder extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<ListDedicatedIpPoolsResponse.Builder,ListDedicatedIpPoolsResponse>
Modifier and Type | Method and Description |
---|---|
ListDedicatedIpPoolsResponse.Builder |
dedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
|
ListDedicatedIpPoolsResponse.Builder |
dedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
|
ListDedicatedIpPoolsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there are additional IP pools to list.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListDedicatedIpPoolsResponse.Builder dedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
dedicatedIpPools
- A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.ListDedicatedIpPoolsResponse.Builder dedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
dedicatedIpPools
- A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.ListDedicatedIpPoolsResponse.Builder nextToken(String nextToken)
A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another
request to ListDedicatedIpPools
, passing this token in the NextToken
parameter.
nextToken
- A token that indicates that there are additional IP pools to list. To view additional IP pools, issue
another request to ListDedicatedIpPools
, passing this token in the NextToken
parameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.