Interface PutKeywordResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<PutKeywordResponse.Builder,
,PutKeywordResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<PutKeywordResponse.Builder,
,PutKeywordResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutKeywordResponse
public static interface PutKeywordResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<PutKeywordResponse.Builder,PutKeywordResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe keyword that was added.keywordAction
(String keywordAction) The action to perform when the keyword is used.keywordAction
(KeywordAction keywordAction) The action to perform when the keyword is used.keywordMessage
(String keywordMessage) The message associated with the keyword.originationIdentity
(String originationIdentity) The PhoneNumberId or PoolId that the keyword was associated with.originationIdentityArn
(String originationIdentityArn) The PhoneNumberArn or PoolArn that the keyword was associated with.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
originationIdentityArn
The PhoneNumberArn or PoolArn that the keyword was associated with.
- Parameters:
originationIdentityArn
- The PhoneNumberArn or PoolArn that the keyword was associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originationIdentity
The PhoneNumberId or PoolId that the keyword was associated with.
- Parameters:
originationIdentity
- The PhoneNumberId or PoolId that the keyword was associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyword
The keyword that was added.
- Parameters:
keyword
- The keyword that was added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keywordMessage
The message associated with the keyword.
- Parameters:
keywordMessage
- The message associated with the keyword.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keywordAction
The action to perform when the keyword is used.
- Parameters:
keywordAction
- The action to perform when the keyword is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keywordAction
The action to perform when the keyword is used.
- Parameters:
keywordAction
- The action to perform when the keyword is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-