public static interface GetDedicatedIpsResponse.Builder extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<GetDedicatedIpsResponse.Builder,GetDedicatedIpsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDedicatedIpsResponse.Builder |
dedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
|
GetDedicatedIpsResponse.Builder |
dedicatedIps(Consumer<DedicatedIp.Builder>... dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
|
GetDedicatedIpsResponse.Builder |
dedicatedIps(DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
|
GetDedicatedIpsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there are additional dedicated IP addresses to list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetDedicatedIpsResponse.Builder dedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
dedicatedIps - A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.GetDedicatedIpsResponse.Builder dedicatedIps(DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
dedicatedIps - A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.GetDedicatedIpsResponse.Builder dedicatedIps(Consumer<DedicatedIp.Builder>... dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #dedicatedIps(List) .dedicatedIps - a consumer that will call methods on List.Builder #dedicatedIps(List) GetDedicatedIpsResponse.Builder nextToken(String nextToken)
A token that indicates that there are additional dedicated IP addresses to list. To view additional
addresses, issue another request to GetDedicatedIps, passing this token in the
NextToken parameter.
nextToken - A token that indicates that there are additional dedicated IP addresses to list. To view additional
addresses, issue another request to GetDedicatedIps, passing this token in the
NextToken parameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.