Interface DescribeOptOutListsResponse.Builder

    • Method Detail

      • optOutLists

        DescribeOptOutListsResponse.Builder optOutLists​(Collection<OptOutListInformation> optOutLists)

        An array of OptOutListInformation objects that contain the details for the requested OptOutLists.

        Parameters:
        optOutLists - An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optOutLists

        DescribeOptOutListsResponse.Builder optOutLists​(OptOutListInformation... optOutLists)

        An array of OptOutListInformation objects that contain the details for the requested OptOutLists.

        Parameters:
        optOutLists - An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeOptOutListsResponse.Builder nextToken​(String nextToken)

        The token to be used for the next set of paginated results. If this field is empty then there are no more results.

        Parameters:
        nextToken - The token to be used for the next set of paginated results. If this field is empty then there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.