Interface DeleteKeywordResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteKeywordResponse.Builder,
,DeleteKeywordResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<DeleteKeywordResponse.Builder,
,DeleteKeywordResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteKeywordResponse
@Mutable
@NotThreadSafe
public static interface DeleteKeywordResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteKeywordResponse.Builder,DeleteKeywordResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe keyword that was deleted.keywordAction
(String keywordAction) The action that was associated with the deleted keyword.keywordAction
(KeywordAction keywordAction) The action that was associated with the deleted keyword.keywordMessage
(String keywordMessage) The message that was associated with the deleted 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, sdkFieldNameToField, 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 deleted.
- Parameters:
keyword
- The keyword that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keywordMessage
The message that was associated with the deleted keyword.
- Parameters:
keywordMessage
- The message that was associated with the deleted keyword.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keywordAction
The action that was associated with the deleted keyword.
- Parameters:
keywordAction
- The action that was associated with the deleted keyword.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keywordAction
The action that was associated with the deleted keyword.
- Parameters:
keywordAction
- The action that was associated with the deleted keyword.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-