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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSuppressedDestinationsResponse.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 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 #suppressedDestinationSummaries(List) .suppressedDestinationSummaries - a consumer that will call methods on List.Builder #suppressedDestinationSummaries(List) 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 © 2021. All rights reserved.