Interface DescribeSenderIdsResponse.Builder

    • Method Detail

      • senderIds

        DescribeSenderIdsResponse.Builder senderIds​(Collection<SenderIdInformation> senderIds)

        An array of SernderIdInformation objects that contain the details for the requested SenderIds.

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

        DescribeSenderIdsResponse.Builder senderIds​(SenderIdInformation... senderIds)

        An array of SernderIdInformation objects that contain the details for the requested SenderIds.

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

        DescribeSenderIdsResponse.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.