Interface ListEmailIdentitiesResponse.Builder

    • Method Detail

      • emailIdentities

        ListEmailIdentitiesResponse.Builder emailIdentities​(Collection<IdentityInfo> emailIdentities)

        An array that includes all of the email identities associated with your Amazon Web Services account.

        Parameters:
        emailIdentities - An array that includes all of the email identities associated with your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emailIdentities

        ListEmailIdentitiesResponse.Builder emailIdentities​(IdentityInfo... emailIdentities)

        An array that includes all of the email identities associated with your Amazon Web Services account.

        Parameters:
        emailIdentities - An array that includes all of the email identities associated with your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEmailIdentitiesResponse.Builder nextToken​(String nextToken)

        A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListEmailIdentities, and pass this token in the NextToken parameter.

        Parameters:
        nextToken - A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListEmailIdentities, and pass this token in the NextToken parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.