Interface DeletePaymentConnectorRequest.Builder

  • Method Details

    • paymentManagerId

      DeletePaymentConnectorRequest.Builder paymentManagerId(String paymentManagerId)

      The unique identifier of the parent payment manager.

      Parameters:
      paymentManagerId - The unique identifier of the parent payment manager.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • paymentConnectorId

      DeletePaymentConnectorRequest.Builder paymentConnectorId(String paymentConnectorId)

      The unique identifier of the payment connector to delete.

      Parameters:
      paymentConnectorId - The unique identifier of the payment connector to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see Ensuring idempotency.

      Parameters:
      clientToken - A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see Ensuring idempotency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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