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 Summary
Modifier and TypeMethodDescriptionprofilingEnabled(Boolean profilingEnabled) ABooleanthat specifies whether the profiling agent collects profiling data or not.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
profilingEnabled
A
Booleanthat specifies whether the profiling agent collects profiling data or not. Set totrueto enable profiling.- Parameters:
 profilingEnabled- ABooleanthat specifies whether the profiling agent collects profiling data or not. Set totrueto enable profiling.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -