public static interface AgentOrchestrationConfig.Builder extends SdkPojo, CopyableBuilder<AgentOrchestrationConfig.Builder,AgentOrchestrationConfig>
Modifier and Type | Method and Description |
---|---|
AgentOrchestrationConfig.Builder |
profilingEnabled(Boolean profilingEnabled)
A
Boolean that specifies whether the profiling agent collects profiling data or not. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
AgentOrchestrationConfig.Builder profilingEnabled(Boolean profilingEnabled)
A Boolean
that specifies whether the profiling agent collects profiling data or not. Set to
true
to enable profiling.
profilingEnabled
- A Boolean
that specifies whether the profiling agent collects profiling data or not. Set
to true
to enable profiling.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.