Interface DescribeKeywordsResponse.Builder

    • Method Detail

      • originationIdentityArn

        DescribeKeywordsResponse.Builder originationIdentityArn​(String originationIdentityArn)

        The PhoneNumberArn or PoolArn that is associated with the OriginationIdentity.

        Parameters:
        originationIdentityArn - The PhoneNumberArn or PoolArn that is associated with the OriginationIdentity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • originationIdentity

        DescribeKeywordsResponse.Builder originationIdentity​(String originationIdentity)

        The PhoneNumberId or PoolId that is associated with the OriginationIdentity.

        Parameters:
        originationIdentity - The PhoneNumberId or PoolId that is associated with the OriginationIdentity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keywords

        DescribeKeywordsResponse.Builder keywords​(Collection<KeywordInformation> keywords)

        An array of KeywordInformation objects that contain the results.

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

        DescribeKeywordsResponse.Builder keywords​(KeywordInformation... keywords)

        An array of KeywordInformation objects that contain the results.

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

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