Interface BatchDeleteScope.Builder

  • Method Details

    • service

      BatchDeleteScope.Builder service(String service)

      Service name for the instrumentation configurations.

      Parameters:
      service - Service name for the instrumentation configurations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environment

      BatchDeleteScope.Builder environment(String environment)

      Environment identifier for the instrumentation configurations.

      Parameters:
      environment - Environment identifier for the instrumentation configurations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instrumentationType

      BatchDeleteScope.Builder instrumentationType(String instrumentationType)

      Instrumentation type: BREAKPOINT or PROBE.

      Parameters:
      instrumentationType - Instrumentation type: BREAKPOINT or PROBE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • instrumentationType

      BatchDeleteScope.Builder instrumentationType(InstrumentationType instrumentationType)

      Instrumentation type: BREAKPOINT or PROBE.

      Parameters:
      instrumentationType - Instrumentation type: BREAKPOINT or PROBE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: