public static interface PutKeywordRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<PutKeywordRequest.Builder,PutKeywordRequest>
| Modifier and Type | Method and Description |
|---|---|
PutKeywordRequest.Builder |
keyword(String keyword)
The new keyword to add.
|
PutKeywordRequest.Builder |
keywordAction(KeywordAction keywordAction)
The action to perform for the new keyword when it is received.
|
PutKeywordRequest.Builder |
keywordAction(String keywordAction)
The action to perform for the new keyword when it is received.
|
PutKeywordRequest.Builder |
keywordMessage(String keywordMessage)
The message associated with the keyword.
|
PutKeywordRequest.Builder |
originationIdentity(String originationIdentity)
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn.
|
PutKeywordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutKeywordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutKeywordRequest.Builder originationIdentity(String originationIdentity)
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use DescribePhoneNumbers get the values for PhoneNumberId and PhoneNumberArn while DescribeSenderIds can be used to get the values for SenderId and SenderIdArn.
originationIdentity - The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You
can use DescribePhoneNumbers get the values for PhoneNumberId and PhoneNumberArn while
DescribeSenderIds can be used to get the values for SenderId and SenderIdArn.PutKeywordRequest.Builder keyword(String keyword)
The new keyword to add.
keyword - The new keyword to add.PutKeywordRequest.Builder keywordMessage(String keywordMessage)
The message associated with the keyword.
AUTOMATIC_RESPONSE: A message is sent to the recipient.
OPT_OUT: Keeps the recipient from receiving future messages.
OPT_IN: The recipient wants to receive future messages.
keywordMessage - The message associated with the keyword.
AUTOMATIC_RESPONSE: A message is sent to the recipient.
OPT_OUT: Keeps the recipient from receiving future messages.
OPT_IN: The recipient wants to receive future messages.
PutKeywordRequest.Builder keywordAction(String keywordAction)
The action to perform for the new keyword when it is received.
keywordAction - The action to perform for the new keyword when it is received.KeywordAction,
KeywordActionPutKeywordRequest.Builder keywordAction(KeywordAction keywordAction)
The action to perform for the new keyword when it is received.
keywordAction - The action to perform for the new keyword when it is received.KeywordAction,
KeywordActionPutKeywordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutKeywordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.