Interface DeleteHarnessRequest.Builder

  • Method Details

    • harnessId

      DeleteHarnessRequest.Builder harnessId(String harnessId)

      The ID of the harness to delete.

      Parameters:
      harnessId - The ID of the harness to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      DeleteHarnessRequest.Builder clientToken(String clientToken)

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

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

      DeleteHarnessRequest.Builder deleteManagedMemory(Boolean deleteManagedMemory)

      Whether to delete the managed memory on harness deletion. Default: true. If false, the memory is disassociated and becomes a regular customer-owned resource.

      Parameters:
      deleteManagedMemory - Whether to delete the managed memory on harness deletion. Default: true. If false, the memory is disassociated and becomes a regular customer-owned resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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