public static class RequestCryptoAnalysesDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RequestCryptoAnalysesDetails |
build() |
RequestCryptoAnalysesDetails.Builder |
copy(RequestCryptoAnalysesDetails model) |
RequestCryptoAnalysesDetails.Builder |
recordingDurationInMinutes(Integer recordingDurationInMinutes)
Duration of the JFR recording in minutes.
|
RequestCryptoAnalysesDetails.Builder |
targets(List<JfrAttachmentTarget> targets)
The attachment targets to start JFR.
|
RequestCryptoAnalysesDetails.Builder |
waitingPeriodInMinutes(Integer waitingPeriodInMinutes)
Period to looking for JVMs.
|
public RequestCryptoAnalysesDetails.Builder targets(List<JfrAttachmentTarget> targets)
The attachment targets to start JFR.
targets
- the value to setpublic RequestCryptoAnalysesDetails.Builder recordingDurationInMinutes(Integer recordingDurationInMinutes)
Duration of the JFR recording in minutes.
recordingDurationInMinutes
- the value to setpublic RequestCryptoAnalysesDetails.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 RequestCryptoAnalysesDetails build()
public RequestCryptoAnalysesDetails.Builder copy(RequestCryptoAnalysesDetails model)
Copyright © 2016–2024. All rights reserved.