Interface DeleteKeywordResponse.Builder

    • Method Detail

      • originationIdentityArn

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

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

        DeleteKeywordResponse.Builder keyword​(String keyword)

        The keyword that was deleted.

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

        DeleteKeywordResponse.Builder keywordMessage​(String keywordMessage)

        The message that was associated with the deleted keyword.

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

        DeleteKeywordResponse.Builder keywordAction​(String keywordAction)

        The action that was associated with the deleted keyword.

        Parameters:
        keywordAction - The action that was associated with the deleted keyword.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KeywordAction, KeywordAction
      • keywordAction

        DeleteKeywordResponse.Builder keywordAction​(KeywordAction keywordAction)

        The action that was associated with the deleted keyword.

        Parameters:
        keywordAction - The action that was associated with the deleted keyword.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KeywordAction, KeywordAction