public static interface ListSuppressedDestinationsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListSuppressedDestinationsRequest.Builder,ListSuppressedDestinationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSuppressedDestinationsRequest.Builder |
endDate(Instant endDate)
Used to filter the list of suppressed email destinations so that it only includes addresses that were added
to the list before a specific date.
|
ListSuppressedDestinationsRequest.Builder |
nextToken(String nextToken)
A token returned from a previous call to
ListSuppressedDestinations to indicate the position in
the list of suppressed email addresses. |
ListSuppressedDestinationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSuppressedDestinationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSuppressedDestinationsRequest.Builder |
pageSize(Integer pageSize)
The number of results to show in a single call to
ListSuppressedDestinations. |
ListSuppressedDestinationsRequest.Builder |
reasons(Collection<SuppressionListReason> reasons)
The factors that caused the email address to be added to .
|
ListSuppressedDestinationsRequest.Builder |
reasons(SuppressionListReason... reasons)
The factors that caused the email address to be added to .
|
ListSuppressedDestinationsRequest.Builder |
reasonsWithStrings(Collection<String> reasons)
The factors that caused the email address to be added to .
|
ListSuppressedDestinationsRequest.Builder |
reasonsWithStrings(String... reasons)
The factors that caused the email address to be added to .
|
ListSuppressedDestinationsRequest.Builder |
startDate(Instant startDate)
Used to filter the list of suppressed email destinations so that it only includes addresses that were added
to the list after a specific date.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSuppressedDestinationsRequest.Builder reasonsWithStrings(Collection<String> reasons)
The factors that caused the email address to be added to .
reasons - The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.Builder reasonsWithStrings(String... reasons)
The factors that caused the email address to be added to .
reasons - The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.Builder reasons(Collection<SuppressionListReason> reasons)
The factors that caused the email address to be added to .
reasons - The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.Builder reasons(SuppressionListReason... reasons)
The factors that caused the email address to be added to .
reasons - The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.Builder startDate(Instant startDate)
Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list after a specific date. The date that you specify should be in Unix time format.
startDate - Used to filter the list of suppressed email destinations so that it only includes addresses that were
added to the list after a specific date. The date that you specify should be in Unix time format.ListSuppressedDestinationsRequest.Builder endDate(Instant endDate)
Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list before a specific date. The date that you specify should be in Unix time format.
endDate - Used to filter the list of suppressed email destinations so that it only includes addresses that were
added to the list before a specific date. The date that you specify should be in Unix time format.ListSuppressedDestinationsRequest.Builder nextToken(String nextToken)
A token returned from a previous call to ListSuppressedDestinations to indicate the position in
the list of suppressed email addresses.
nextToken - A token returned from a previous call to ListSuppressedDestinations to indicate the
position in the list of suppressed email addresses.ListSuppressedDestinationsRequest.Builder pageSize(Integer pageSize)
The number of results to show in a single call to ListSuppressedDestinations. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
pageSize - The number of results to show in a single call to ListSuppressedDestinations. If the
number of results is larger than the number you specified in this parameter, then the response
includes a NextToken element, which you can use to obtain additional results.ListSuppressedDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSuppressedDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.