public static interface ListSuppressedDestinationsResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListSuppressedDestinationsResponse.Builder,ListSuppressedDestinationsResponse>
Modifier and Type | Method and Description |
---|---|
ListSuppressedDestinationsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there are additional email addresses on the suppression list for your account.
|
ListSuppressedDestinationsResponse.Builder |
suppressedDestinationSummaries(Collection<SuppressedDestinationSummary> suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
|
ListSuppressedDestinationsResponse.Builder |
suppressedDestinationSummaries(Consumer<SuppressedDestinationSummary.Builder>... suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
|
ListSuppressedDestinationsResponse.Builder |
suppressedDestinationSummaries(SuppressedDestinationSummary... suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListSuppressedDestinationsResponse.Builder suppressedDestinationSummaries(Collection<SuppressedDestinationSummary> suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
suppressedDestinationSummaries
- A list of summaries, each containing a summary for a suppressed email destination.ListSuppressedDestinationsResponse.Builder suppressedDestinationSummaries(SuppressedDestinationSummary... suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
suppressedDestinationSummaries
- A list of summaries, each containing a summary for a suppressed email destination.ListSuppressedDestinationsResponse.Builder suppressedDestinationSummaries(Consumer<SuppressedDestinationSummary.Builder>... suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
This is a convenience method that creates an instance of theSuppressedDestinationSummary.Builder
avoiding the need to
create one manually via
SuppressedDestinationSummary.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #suppressedDestinationSummaries(List
.
suppressedDestinationSummaries
- a consumer that will call methods on
SuppressedDestinationSummary.Builder
#suppressedDestinationSummaries(java.util.Collection)
ListSuppressedDestinationsResponse.Builder nextToken(String nextToken)
A token that indicates that there are additional email addresses on the suppression list for your account. To
view additional suppressed addresses, issue another request to ListSuppressedDestinations
, and
pass this token in the NextToken
parameter.
nextToken
- A token that indicates that there are additional email addresses on the suppression list for your
account. To view additional suppressed addresses, issue another request to
ListSuppressedDestinations
, and pass this token in the NextToken
parameter.Copyright © 2022. All rights reserved.