Interface PutKeywordResponse.Builder

    • Method Detail

      • originationIdentityArn

        PutKeywordResponse.Builder originationIdentityArn​(String originationIdentityArn)

        The PhoneNumberArn or PoolArn that the keyword was associated with.

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

        PutKeywordResponse.Builder originationIdentity​(String originationIdentity)

        The PhoneNumberId or PoolId that the keyword was associated with.

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

        PutKeywordResponse.Builder keyword​(String keyword)

        The keyword that was added.

        Parameters:
        keyword - The keyword that was added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keywordMessage

        PutKeywordResponse.Builder keywordMessage​(String keywordMessage)

        The message associated with the keyword.

        Parameters:
        keywordMessage - The message associated with the keyword.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keywordAction

        PutKeywordResponse.Builder keywordAction​(String keywordAction)

        The action to perform when the keyword is used.

        Parameters:
        keywordAction - The action to perform when the keyword is used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KeywordAction, KeywordAction
      • keywordAction

        PutKeywordResponse.Builder keywordAction​(KeywordAction keywordAction)

        The action to perform when the keyword is used.

        Parameters:
        keywordAction - The action to perform when the keyword is used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KeywordAction, KeywordAction