public static interface KeywordInformation.Builder extends SdkPojo, CopyableBuilder<KeywordInformation.Builder,KeywordInformation>
| Modifier and Type | Method and Description |
|---|---|
KeywordInformation.Builder |
keyword(String keyword)
The keyword as a string.
|
KeywordInformation.Builder |
keywordAction(KeywordAction keywordAction)
The action to perform for the keyword.
|
KeywordInformation.Builder |
keywordAction(String keywordAction)
The action to perform for the keyword.
|
KeywordInformation.Builder |
keywordMessage(String keywordMessage)
A custom message that can be used with the keyword.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeywordInformation.Builder keyword(String keyword)
The keyword as a string.
keyword - The keyword as a string.KeywordInformation.Builder keywordMessage(String keywordMessage)
A custom message that can be used with the keyword.
keywordMessage - A custom message that can be used with the keyword.KeywordInformation.Builder keywordAction(String keywordAction)
The action to perform for the keyword.
keywordAction - The action to perform for the keyword.KeywordAction,
KeywordActionKeywordInformation.Builder keywordAction(KeywordAction keywordAction)
The action to perform for the keyword.
keywordAction - The action to perform for the keyword.KeywordAction,
KeywordActionCopyright © 2023. All rights reserved.