public static interface GetDedicatedIpsResponse.Builder extends SesV2Response.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 associated with your AWS account.
|
GetDedicatedIpsResponse.Builder |
dedicatedIps(Consumer<DedicatedIp.Builder>... dedicatedIps)
A list of dedicated IP addresses that are associated with your AWS account.
|
GetDedicatedIpsResponse.Builder |
dedicatedIps(DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are associated with your AWS account.
|
GetDedicatedIpsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there are additional dedicated IP addresses to list.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDedicatedIpsResponse.Builder dedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are associated with your AWS account.
dedicatedIps
- A list of dedicated IP addresses that are associated with your AWS account.GetDedicatedIpsResponse.Builder dedicatedIps(DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are associated with your AWS account.
dedicatedIps
- A list of dedicated IP addresses that are associated with your AWS account.GetDedicatedIpsResponse.Builder dedicatedIps(Consumer<DedicatedIp.Builder>... dedicatedIps)
A list of dedicated IP addresses that are associated with your AWS 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 © 2020. All rights reserved.