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.
|
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 build()
public RequestCryptoAnalysesDetails.Builder copy(RequestCryptoAnalysesDetails model)
Copyright © 2016–2023. All rights reserved.