Interface PutKeywordResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<PutKeywordResponse.Builder,PutKeywordResponse>, PinpointSmsVoiceV2Response.Builder, SdkBuilder<PutKeywordResponse.Builder,PutKeywordResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
PutKeywordResponse

  • Method Details

    • originationIdentityArn

      PutKeywordResponse.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

      PutKeywordResponse.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

      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

      PutKeywordResponse.Builder keywordMessage(String 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

      PutKeywordResponse.Builder keywordAction(String 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

      PutKeywordResponse.Builder keywordAction(KeywordAction 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: