Interface CancelConnectionRequest.Builder

  • Method Details

    • catalog

      The catalog identifier where the connection exists.

      Parameters:
      catalog - The catalog identifier where the connection exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identifier

      CancelConnectionRequest.Builder identifier(String identifier)

      The unique identifier of the connection to cancel.

      Parameters:
      identifier - The unique identifier of the connection to cancel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionType

      CancelConnectionRequest.Builder connectionType(String connectionType)

      The type of connection to cancel (e.g., reseller, distributor, technology partner).

      Parameters:
      connectionType - The type of connection to cancel (e.g., reseller, distributor, technology partner).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectionType

      CancelConnectionRequest.Builder connectionType(ConnectionType connectionType)

      The type of connection to cancel (e.g., reseller, distributor, technology partner).

      Parameters:
      connectionType - The type of connection to cancel (e.g., reseller, distributor, technology partner).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • reason

      The reason for canceling the connection, providing context for the termination.

      Parameters:
      reason - The reason for canceling the connection, providing context for the termination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CancelConnectionRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

      Parameters:
      clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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