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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListSuppressedDestinationsRequest.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.
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.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.
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.
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.Builder
ListSuppressedDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.