public static interface PutKeywordResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<PutKeywordResponse.Builder,PutKeywordResponse>
| Modifier and Type | Method and Description |
|---|---|
PutKeywordResponse.Builder |
keyword(String keyword)
The keyword that was added.
|
PutKeywordResponse.Builder |
keywordAction(KeywordAction keywordAction)
The action to perform when the keyword is used.
|
PutKeywordResponse.Builder |
keywordAction(String keywordAction)
The action to perform when the keyword is used.
|
PutKeywordResponse.Builder |
keywordMessage(String keywordMessage)
The message associated with the keyword.
|
PutKeywordResponse.Builder |
originationIdentity(String originationIdentity)
The PhoneNumberId or PoolId that the keyword was associated with.
|
PutKeywordResponse.Builder |
originationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or PoolArn that the keyword was associated with.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutKeywordResponse.Builder originationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or PoolArn that the keyword was associated with.
originationIdentityArn - The PhoneNumberArn or PoolArn that the keyword was associated with.PutKeywordResponse.Builder originationIdentity(String originationIdentity)
The PhoneNumberId or PoolId that the keyword was associated with.
originationIdentity - The PhoneNumberId or PoolId that the keyword was associated with.PutKeywordResponse.Builder keyword(String keyword)
The keyword that was added.
keyword - The keyword that was added.PutKeywordResponse.Builder keywordMessage(String keywordMessage)
The message associated with the keyword.
keywordMessage - The message associated with the keyword.PutKeywordResponse.Builder keywordAction(String keywordAction)
The action to perform when the keyword is used.
keywordAction - The action to perform when the keyword is used.KeywordAction,
KeywordActionPutKeywordResponse.Builder keywordAction(KeywordAction keywordAction)
The action to perform when the keyword is used.
keywordAction - The action to perform when the keyword is used.KeywordAction,
KeywordActionCopyright © 2023. All rights reserved.