public static class RequestPerformanceTuningAnalysesDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RequestPerformanceTuningAnalysesDetails |
build() |
RequestPerformanceTuningAnalysesDetails.Builder |
copy(RequestPerformanceTuningAnalysesDetails model) |
RequestPerformanceTuningAnalysesDetails.Builder |
recordingDurationInMinutes(Integer recordingDurationInMinutes)
Duration of the JFR recording in minutes.
|
RequestPerformanceTuningAnalysesDetails.Builder |
targets(List<JfrAttachmentTarget> targets)
The attachment targets to start JFR.
|
RequestPerformanceTuningAnalysesDetails.Builder |
waitingPeriodInMinutes(Integer waitingPeriodInMinutes)
Period to looking for JVMs.
|
public RequestPerformanceTuningAnalysesDetails.Builder targets(List<JfrAttachmentTarget> targets)
The attachment targets to start JFR.
targets
- the value to setpublic RequestPerformanceTuningAnalysesDetails.Builder recordingDurationInMinutes(Integer recordingDurationInMinutes)
Duration of the JFR recording in minutes.
recordingDurationInMinutes
- the value to setpublic RequestPerformanceTuningAnalysesDetails.Builder waitingPeriodInMinutes(Integer waitingPeriodInMinutes)
Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
waitingPeriodInMinutes
- the value to setpublic RequestPerformanceTuningAnalysesDetails build()
public RequestPerformanceTuningAnalysesDetails.Builder copy(RequestPerformanceTuningAnalysesDetails model)
Copyright © 2016–2024. All rights reserved.