Interface KeywordInformation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<KeywordInformation.Builder,KeywordInformation>, SdkBuilder<KeywordInformation.Builder,KeywordInformation>, SdkPojo
Enclosing class:
KeywordInformation

public static interface KeywordInformation.Builder extends SdkPojo, CopyableBuilder<KeywordInformation.Builder,KeywordInformation>
  • Method Details

    • keyword

      The keyword as a string.

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

      KeywordInformation.Builder keywordMessage(String keywordMessage)

      A custom message that can be used with the keyword.

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

      KeywordInformation.Builder keywordAction(String keywordAction)

      The action to perform for the keyword.

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

      KeywordInformation.Builder keywordAction(KeywordAction keywordAction)

      The action to perform for the keyword.

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