Interface ListSuppressedDestinationsRequest.Builder

    • 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​(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 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

        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.

        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.