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 Details

    • reasonsWithStrings

      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

      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

      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

      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

      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

      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 to ListSuppressedDestinations 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

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListSuppressedDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.