Interface RcsAgentInformation.Builder

  • Method Details

    • rcsAgentArn

      RcsAgentInformation.Builder rcsAgentArn(String rcsAgentArn)

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

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

      RcsAgentInformation.Builder rcsAgentId(String rcsAgentId)

      The unique identifier for the RCS agent.

      Parameters:
      rcsAgentId - The unique identifier for the 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

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

      RcsAgentInformation.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)

      When set to true the RCS agent can't be deleted.

      Parameters:
      deletionProtectionEnabled - 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

      RcsAgentInformation.Builder optOutListName(String optOutListName)

      The name of the OptOutList associated with the RCS agent.

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

      RcsAgentInformation.Builder selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)

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

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

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

      RcsAgentInformation.Builder twoWayEnabled(Boolean twoWayEnabled)

      When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.

      Parameters:
      twoWayEnabled - When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • poolId

      The unique identifier of the pool associated with the RCS agent.

      Parameters:
      poolId - The unique identifier of the pool associated with the RCS agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testingAgent

      The testing agent information associated with the RCS agent.

      Parameters:
      testingAgent - The testing agent information associated with the RCS agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testingAgent

      The testing agent information associated with the RCS agent.

      This is a convenience method that creates an instance of the TestingAgentInformation.Builder avoiding the need to create one manually via TestingAgentInformation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to testingAgent(TestingAgentInformation).

      Parameters:
      testingAgent - a consumer that will call methods on TestingAgentInformation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: