Interface UpdateRcsAgentRequest.Builder

  • Method Details

    • rcsAgentId

      UpdateRcsAgentRequest.Builder rcsAgentId(String rcsAgentId)

      The unique identifier of the RCS agent to update. You can use either the RcsAgentId or RcsAgentArn.

      Parameters:
      rcsAgentId - The unique identifier of the RCS agent to update. You can use either the RcsAgentId or RcsAgentArn.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deletionProtectionEnabled

      UpdateRcsAgentRequest.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)

      By default this is set to false. When set to true the RCS agent can't be deleted.

      Parameters:
      deletionProtectionEnabled - By default this is set to false. When set to true the RCS agent can't be deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optOutListName

      UpdateRcsAgentRequest.Builder optOutListName(String optOutListName)

      The OptOutList to associate with the RCS agent. Valid values are either OptOutListName or OptOutListArn.

      Parameters:
      optOutListName - The OptOutList to associate with the RCS agent. Valid values are either OptOutListName or OptOutListArn.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • selfManagedOptOutsEnabled

      UpdateRcsAgentRequest.Builder selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)

      By default this is set to false. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.

      Parameters:
      selfManagedOptOutsEnabled - By default this is set to false. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • twoWayChannelArn

      UpdateRcsAgentRequest.Builder twoWayChannelArn(String twoWayChannelArn)

      The Amazon Resource Name (ARN) of the two way channel.

      Parameters:
      twoWayChannelArn - The Amazon Resource Name (ARN) of the two way channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • twoWayChannelRole

      UpdateRcsAgentRequest.Builder twoWayChannelRole(String twoWayChannelRole)

      An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.

      Parameters:
      twoWayChannelRole - An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • twoWayEnabled

      UpdateRcsAgentRequest.Builder twoWayEnabled(Boolean twoWayEnabled)

      By default this is set to false. When set to true you can receive incoming text messages from your end recipients.

      Parameters:
      twoWayEnabled - By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateRcsAgentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.