Interface CreateRcsAgentRequest.Builder

  • Method Details

    • deletionProtectionEnabled

      CreateRcsAgentRequest.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)

      By default this is set to false. When set to true the RCS agent can't be deleted. You can change this value using the UpdateRcsAgent action.

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

      CreateRcsAgentRequest.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.
    • tags

      An array of tags (key and value pairs) associated with the RCS agent.

      Parameters:
      tags - An array of tags (key and value pairs) associated with the RCS agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      An array of tags (key and value pairs) associated with the RCS agent.

      Parameters:
      tags - An array of tags (key and value pairs) associated with the RCS agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      An array of tags (key and value pairs) associated with the RCS agent.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

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

      CreateRcsAgentRequest.Builder clientToken(String clientToken)

      Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.

      Parameters:
      clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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