Interface DeleteKeywordResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteKeywordResponse.Builder,DeleteKeywordResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DeleteKeywordResponse.Builder,DeleteKeywordResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteKeywordResponse
public static interface DeleteKeywordResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteKeywordResponse.Builder,DeleteKeywordResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteKeywordResponse.Builderkeyword(String keyword)The keyword that was deleted.DeleteKeywordResponse.BuilderkeywordAction(String keywordAction)The action that was associated with the deleted keyword.DeleteKeywordResponse.BuilderkeywordAction(KeywordAction keywordAction)The action that was associated with the deleted keyword.DeleteKeywordResponse.BuilderkeywordMessage(String keywordMessage)The message that was associated with the deleted keyword.DeleteKeywordResponse.BuilderoriginationIdentity(String originationIdentity)The PhoneNumberId or PoolId that the keyword was associated with.DeleteKeywordResponse.BuilderoriginationIdentityArn(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 Detail
-
originationIdentityArn
DeleteKeywordResponse.Builder originationIdentityArn(String 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
DeleteKeywordResponse.Builder originationIdentity(String 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
DeleteKeywordResponse.Builder keyword(String 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
DeleteKeywordResponse.Builder keywordMessage(String 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
DeleteKeywordResponse.Builder keywordAction(String 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,KeywordAction
-
keywordAction
DeleteKeywordResponse.Builder keywordAction(KeywordAction 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,KeywordAction
-
-