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 Amazon Web Services account.
|
GetDedicatedIpsResponse.Builder |
dedicatedIps(Consumer<DedicatedIp.Builder>... dedicatedIps)
A list of dedicated IP addresses that are associated with your Amazon Web Services account.
|
GetDedicatedIpsResponse.Builder |
dedicatedIps(DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are associated with your Amazon Web Services account.
|
GetDedicatedIpsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there are additional dedicated IP addresses to list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDedicatedIpsResponse.Builder dedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are associated with your Amazon Web Services account.
dedicatedIps - A list of dedicated IP addresses that are associated with your Amazon Web Services account.GetDedicatedIpsResponse.Builder dedicatedIps(DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are associated with your Amazon Web Services account.
dedicatedIps - A list of dedicated IP addresses that are associated with your Amazon Web Services account.GetDedicatedIpsResponse.Builder dedicatedIps(Consumer<DedicatedIp.Builder>... dedicatedIps)
A list of dedicated IP addresses that are associated with your Amazon Web Services account.
This is a convenience method that creates an instance of theDedicatedIp.Builder avoiding the need to create one
manually via DedicatedIp.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #dedicatedIps(List.
dedicatedIps - a consumer that will call methods on
DedicatedIp.Builder#dedicatedIps(java.util.Collection) 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 © 2022. All rights reserved.