public static interface DeleteKeywordResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteKeywordResponse.Builder,DeleteKeywordResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteKeywordResponse.Builder |
keyword(String keyword)
The keyword that was deleted.
|
DeleteKeywordResponse.Builder |
keywordAction(KeywordAction keywordAction)
The action that was associated with the deleted keyword.
|
DeleteKeywordResponse.Builder |
keywordAction(String keywordAction)
The action that was associated with the deleted keyword.
|
DeleteKeywordResponse.Builder |
keywordMessage(String keywordMessage)
The message that was associated with the deleted keyword.
|
DeleteKeywordResponse.Builder |
originationIdentity(String originationIdentity)
The PhoneNumberId or PoolId that the keyword was associated with.
|
DeleteKeywordResponse.Builder |
originationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or PoolArn that the keyword was associated with.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteKeywordResponse.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.DeleteKeywordResponse.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.DeleteKeywordResponse.Builder keyword(String keyword)
The keyword that was deleted.
keyword - The keyword that was deleted.DeleteKeywordResponse.Builder keywordMessage(String keywordMessage)
The message that was associated with the deleted keyword.
keywordMessage - The message that was associated with the deleted keyword.DeleteKeywordResponse.Builder keywordAction(String keywordAction)
The action that was associated with the deleted keyword.
keywordAction - The action that was associated with the deleted keyword.KeywordAction,
KeywordActionDeleteKeywordResponse.Builder keywordAction(KeywordAction keywordAction)
The action that was associated with the deleted keyword.
keywordAction - The action that was associated with the deleted keyword.KeywordAction,
KeywordActionCopyright © 2023. All rights reserved.