public static class CryptoAnalysisResultSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CryptoAnalysisResultSummary.Builder |
aggregationMode(CryptoAnalysisResultMode aggregationMode)
The result aggregation mode
|
CryptoAnalysisResultSummary.Builder |
bucketName(String bucketName)
The Object Storage bucket name of this analysis result.
|
CryptoAnalysisResultSummary |
build() |
CryptoAnalysisResultSummary.Builder |
copy(CryptoAnalysisResultSummary model) |
CryptoAnalysisResultSummary.Builder |
cryptoRoadmapVersion(String cryptoRoadmapVersion)
The Crypto Roadmap version used to perform the analysis.
|
CryptoAnalysisResultSummary.Builder |
findingCount(Integer findingCount)
Total number of findings with the analysis.
|
CryptoAnalysisResultSummary.Builder |
fleetId(String fleetId)
The fleet OCID.
|
CryptoAnalysisResultSummary.Builder |
hostName(String hostName)
The hostname of the managed instance.
|
CryptoAnalysisResultSummary.Builder |
id(String id)
The OCID to identify this analysis results.
|
CryptoAnalysisResultSummary.Builder |
managedInstanceId(String managedInstanceId)
The managed instance OCID.
|
CryptoAnalysisResultSummary.Builder |
namespace(String namespace)
The Object Storage namespace of this analysis result.
|
CryptoAnalysisResultSummary.Builder |
nonCompliantFindingCount(Integer nonCompliantFindingCount)
Total number of non-compliant findings with the analysis.
|
CryptoAnalysisResultSummary.Builder |
objectName(String objectName)
The Object Storage object name of this analysis result.
|
CryptoAnalysisResultSummary.Builder |
summarizedEventCount(Integer summarizedEventCount)
Total number of summarized events.
|
CryptoAnalysisResultSummary.Builder |
timeCreated(Date timeCreated)
The time the result is compiled.
|
CryptoAnalysisResultSummary.Builder |
timeFinished(Date timeFinished)
The time the JFR recording has finished.
|
CryptoAnalysisResultSummary.Builder |
timeFirstEvent(Date timeFirstEvent)
Time of the first event in the analysis.
|
CryptoAnalysisResultSummary.Builder |
timeLastEvent(Date timeLastEvent)
Time of the last event in the analysis.
|
CryptoAnalysisResultSummary.Builder |
timeStarted(Date timeStarted)
The time the JFR recording has started.
|
CryptoAnalysisResultSummary.Builder |
totalEventCount(Integer totalEventCount)
Total number of events in the analysis.
|
CryptoAnalysisResultSummary.Builder |
workRequestId(String workRequestId)
The OCID of the work request to start the analysis.
|
public CryptoAnalysisResultSummary.Builder id(String id)
The OCID to identify this analysis results.
id
- the value to setpublic CryptoAnalysisResultSummary.Builder workRequestId(String workRequestId)
The OCID of the work request to start the analysis.
workRequestId
- the value to setpublic CryptoAnalysisResultSummary.Builder aggregationMode(CryptoAnalysisResultMode aggregationMode)
The result aggregation mode
aggregationMode
- the value to setpublic CryptoAnalysisResultSummary.Builder fleetId(String fleetId)
The fleet OCID.
fleetId
- the value to setpublic CryptoAnalysisResultSummary.Builder managedInstanceId(String managedInstanceId)
The managed instance OCID.
managedInstanceId
- the value to setpublic CryptoAnalysisResultSummary.Builder hostName(String hostName)
The hostname of the managed instance.
hostName
- the value to setpublic CryptoAnalysisResultSummary.Builder timeFirstEvent(Date timeFirstEvent)
Time of the first event in the analysis.
timeFirstEvent
- the value to setpublic CryptoAnalysisResultSummary.Builder timeLastEvent(Date timeLastEvent)
Time of the last event in the analysis.
timeLastEvent
- the value to setpublic CryptoAnalysisResultSummary.Builder totalEventCount(Integer totalEventCount)
Total number of events in the analysis.
totalEventCount
- the value to setpublic CryptoAnalysisResultSummary.Builder summarizedEventCount(Integer summarizedEventCount)
Total number of summarized events. Summarized events are deduplicated events of interest.
summarizedEventCount
- the value to setpublic CryptoAnalysisResultSummary.Builder findingCount(Integer findingCount)
Total number of findings with the analysis.
findingCount
- the value to setpublic CryptoAnalysisResultSummary.Builder nonCompliantFindingCount(Integer nonCompliantFindingCount)
Total number of non-compliant findings with the analysis. A non-compliant finding means the application won’t work properly with the changes introduced by the Crypto Roadmap version used by the analysis.
nonCompliantFindingCount
- the value to setpublic CryptoAnalysisResultSummary.Builder timeCreated(Date timeCreated)
The time the result is compiled.
timeCreated
- the value to setpublic CryptoAnalysisResultSummary.Builder timeStarted(Date timeStarted)
The time the JFR recording has started.
timeStarted
- the value to setpublic CryptoAnalysisResultSummary.Builder timeFinished(Date timeFinished)
The time the JFR recording has finished.
timeFinished
- the value to setpublic CryptoAnalysisResultSummary.Builder cryptoRoadmapVersion(String cryptoRoadmapVersion)
The Crypto Roadmap version used to perform the analysis.
cryptoRoadmapVersion
- the value to setpublic CryptoAnalysisResultSummary.Builder namespace(String namespace)
The Object Storage namespace of this analysis result.
namespace
- the value to setpublic CryptoAnalysisResultSummary.Builder bucketName(String bucketName)
The Object Storage bucket name of this analysis result.
bucketName
- the value to setpublic CryptoAnalysisResultSummary.Builder objectName(String objectName)
The Object Storage object name of this analysis result.
objectName
- the value to setpublic CryptoAnalysisResultSummary build()
public CryptoAnalysisResultSummary.Builder copy(CryptoAnalysisResultSummary model)
Copyright © 2016–2024. All rights reserved.