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.BuilderendDate(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.BuildernextToken(String nextToken)A token returned from a previous call toListSuppressedDestinationsto indicate the position in the list of suppressed email addresses.ListSuppressedDestinationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSuppressedDestinationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSuppressedDestinationsRequest.BuilderpageSize(Integer pageSize)The number of results to show in a single call toListSuppressedDestinations.ListSuppressedDestinationsRequest.Builderreasons(Collection<SuppressionListReason> reasons)The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.Builderreasons(SuppressionListReason... reasons)The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.BuilderreasonsWithStrings(String... reasons)The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.BuilderreasonsWithStrings(Collection<String> reasons)The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.BuilderstartDate(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
ListSuppressedDestinationsto indicate the position in the list of suppressed email addresses.- Parameters:
nextToken- A token returned from a previous call toListSuppressedDestinationsto 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 aNextTokenelement, 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 aNextTokenelement, 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSuppressedDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-