Interface ListSuppressedDestinationsResponse.Builder

    • Method Detail

      • suppressedDestinationSummaries

        ListSuppressedDestinationsResponse.Builder suppressedDestinationSummaries​(Collection<SuppressedDestinationSummary> suppressedDestinationSummaries)

        A list of summaries, each containing a summary for a suppressed email destination.

        Parameters:
        suppressedDestinationSummaries - A list of summaries, each containing a summary for a suppressed email destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suppressedDestinationSummaries

        ListSuppressedDestinationsResponse.Builder suppressedDestinationSummaries​(SuppressedDestinationSummary... suppressedDestinationSummaries)

        A list of summaries, each containing a summary for a suppressed email destination.

        Parameters:
        suppressedDestinationSummaries - A list of summaries, each containing a summary for a suppressed email destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSuppressedDestinationsResponse.Builder nextToken​(String nextToken)

        A token that indicates that there are additional email addresses on the suppression list for your account. To view additional suppressed addresses, issue another request to ListSuppressedDestinations, and pass this token in the NextToken parameter.

        Parameters:
        nextToken - A token that indicates that there are additional email addresses on the suppression list for your account. To view additional suppressed addresses, issue another request to ListSuppressedDestinations, and pass this token in the NextToken parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.