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 Summary
Modifier and TypeMethodDescriptionThe keyword as a string.keywordAction(String keywordAction) The action to perform for the keyword.keywordAction(KeywordAction keywordAction) The action to perform for the keyword.keywordMessage(String keywordMessage) A custom message that can be used with the keyword.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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
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
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
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:
 
 
 -