Interface ListSuppressedDestinationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSuppressedDestinationsRequest.Builder,ListSuppressedDestinationsRequest>
,SdkBuilder<ListSuppressedDestinationsRequest.Builder,ListSuppressedDestinationsRequest>
,SdkPojo
,SdkRequest.Builder
,SesV2Request.Builder
- Enclosing class:
- ListSuppressedDestinationsRequest
public static interface ListSuppressedDestinationsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListSuppressedDestinationsRequest.Builder,ListSuppressedDestinationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 toListSuppressedDestinations
to indicate the position in the list of suppressed email addresses.ListSuppressedDestinationsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListSuppressedDestinationsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListSuppressedDestinationsRequest.Builder
pageSize(Integer pageSize)
The number of results to show in a single call toListSuppressedDestinations
.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(String... 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
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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
reasonsWithStrings
ListSuppressedDestinationsRequest.Builder reasonsWithStrings(Collection<String> reasons)
The factors that caused the email address to be added to .
- Parameters:
reasons
- The factors that caused the email address to be added to .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasonsWithStrings
ListSuppressedDestinationsRequest.Builder reasonsWithStrings(String... reasons)
The factors that caused the email address to be added to .
- Parameters:
reasons
- The factors that caused the email address to be added to .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasons
ListSuppressedDestinationsRequest.Builder reasons(Collection<SuppressionListReason> reasons)
The factors that caused the email address to be added to .
- Parameters:
reasons
- The factors that caused the email address to be added to .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasons
ListSuppressedDestinationsRequest.Builder reasons(SuppressionListReason... reasons)
The factors that caused the email address to be added to .
- Parameters:
reasons
- The factors that caused the email address to be added to .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDate
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDate
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.- Parameters:
nextToken
- A token returned from a previous call toListSuppressedDestinations
to indicate the position in the list of suppressed email addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
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 aNextToken
element, which you can use to obtain additional results.- Parameters:
pageSize
- The number of results to show in a single call toListSuppressedDestinations
. If the number of results is larger than the number you specified in this parameter, then the response includes aNextToken
element, which you can use to obtain additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSuppressedDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListSuppressedDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-