Interface AgentOrchestrationConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AgentOrchestrationConfig.Builder,AgentOrchestrationConfig>, SdkBuilder<AgentOrchestrationConfig.Builder,AgentOrchestrationConfig>, SdkPojo
Enclosing class:
AgentOrchestrationConfig

public static interface AgentOrchestrationConfig.Builder extends SdkPojo, CopyableBuilder<AgentOrchestrationConfig.Builder,AgentOrchestrationConfig>
  • Method Details

    • profilingEnabled

      AgentOrchestrationConfig.Builder profilingEnabled(Boolean profilingEnabled)

      A Boolean that specifies whether the profiling agent collects profiling data or not. Set to true to enable profiling.

      Parameters:
      profilingEnabled - A Boolean that specifies whether the profiling agent collects profiling data or not. Set to true to enable profiling.
      Returns:
      Returns a reference to this object so that method calls can be chained together.