Interface DescribeSenderIdsRequest.Builder

    • Method Detail

      • senderIds

        DescribeSenderIdsRequest.Builder senderIds​(Collection<SenderIdAndCountry> senderIds)

        An array of SenderIdAndCountry objects to search for.

        If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).

        Parameters:
        senderIds - An array of SenderIdAndCountry objects to search for.

        If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • senderIds

        DescribeSenderIdsRequest.Builder senderIds​(SenderIdAndCountry... senderIds)

        An array of SenderIdAndCountry objects to search for.

        If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).

        Parameters:
        senderIds - An array of SenderIdAndCountry objects to search for.

        If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeSenderIdsRequest.Builder filters​(Collection<SenderIdFilter> filters)

        An array of SenderIdFilter objects to filter the results.

        Parameters:
        filters - An array of SenderIdFilter objects to filter the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeSenderIdsRequest.Builder filters​(SenderIdFilter... filters)

        An array of SenderIdFilter objects to filter the results.

        Parameters:
        filters - An array of SenderIdFilter objects to filter the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeSenderIdsRequest.Builder nextToken​(String nextToken)

        The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

        Parameters:
        nextToken - The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeSenderIdsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return per each request.

        Parameters:
        maxResults - The maximum number of results to return per each request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owner

        DescribeSenderIdsRequest.Builder owner​(String owner)

        Use SELF to filter the list of Sender Ids to ones your account owns or use SHARED to filter on Sender Ids shared with your account. The Owner and SenderIds parameters can't be used at the same time.

        Parameters:
        owner - Use SELF to filter the list of Sender Ids to ones your account owns or use SHARED to filter on Sender Ids shared with your account. The Owner and SenderIds parameters can't be used at the same time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Owner, Owner
      • owner

        DescribeSenderIdsRequest.Builder owner​(Owner owner)

        Use SELF to filter the list of Sender Ids to ones your account owns or use SHARED to filter on Sender Ids shared with your account. The Owner and SenderIds parameters can't be used at the same time.

        Parameters:
        owner - Use SELF to filter the list of Sender Ids to ones your account owns or use SHARED to filter on Sender Ids shared with your account. The Owner and SenderIds parameters can't be used at the same time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Owner, Owner