Interface DeleteRcsAgentResponse.Builder

  • Method Details

    • rcsAgentArn

      DeleteRcsAgentResponse.Builder rcsAgentArn(String rcsAgentArn)

      The Amazon Resource Name (ARN) of the deleted RCS agent.

      Parameters:
      rcsAgentArn - The Amazon Resource Name (ARN) of the deleted RCS agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rcsAgentId

      DeleteRcsAgentResponse.Builder rcsAgentId(String rcsAgentId)

      The unique identifier for the deleted RCS agent.

      Parameters:
      rcsAgentId - The unique identifier for the deleted RCS agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the RCS agent.

      Parameters:
      status - The current status of the RCS agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the RCS agent.

      Parameters:
      status - The current status of the RCS agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdTimestamp

      DeleteRcsAgentResponse.Builder createdTimestamp(Instant createdTimestamp)

      The time when the RCS agent was created, in UNIX epoch time format.

      Parameters:
      createdTimestamp - The time when the RCS agent was created, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deletionProtectionEnabled

      DeleteRcsAgentResponse.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)

      When set to true deletion protection is enabled. By default this is set to false.

      Parameters:
      deletionProtectionEnabled - When set to true deletion protection is enabled. By default this is set to false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optOutListName

      DeleteRcsAgentResponse.Builder optOutListName(String optOutListName)

      The name of the OptOutList that was associated with the deleted RCS agent.

      Parameters:
      optOutListName - The name of the OptOutList that was associated with the deleted RCS agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • selfManagedOptOutsEnabled

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

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

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

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