public static class HostCisBenchmarkScanResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HostCisBenchmarkScanResult |
build() |
HostCisBenchmarkScanResult.Builder |
cisBenchmarkScanIssuesCount(Integer cisBenchmarkScanIssuesCount)
Total number of CIS (Center for Internet Security) benchmark issues found in this scan
|
HostCisBenchmarkScanResult.Builder |
cisBenchmarkScanResultScores(List<HostCisBenchmarkScanResultScore> cisBenchmarkScanResultScores)
A single CIS (Center for Internet Security) benchmark scan executed on a host.
|
HostCisBenchmarkScanResult.Builder |
compartmentId(String compartmentId)
Compartment ID of the resource.
|
HostCisBenchmarkScanResult.Builder |
copy(HostCisBenchmarkScanResult model) |
HostCisBenchmarkScanResult.Builder |
displayName(String displayName)
Name of the result
|
HostCisBenchmarkScanResult.Builder |
id(String id)
Unique identifier of the scan
|
HostCisBenchmarkScanResult.Builder |
instanceId(String instanceId)
Instance ID of the Compute Instance scanned
|
HostCisBenchmarkScanResult.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the result.
|
HostCisBenchmarkScanResult.Builder |
timeFinished(Date timeFinished)
Date and time the scan was completed, as described in RFC
3339
|
HostCisBenchmarkScanResult.Builder |
timeStarted(Date timeStarted)
Date and time the scan was started, as described in RFC
3339
|
public HostCisBenchmarkScanResult.Builder id(String id)
Unique identifier of the scan
id
- the value to setpublic HostCisBenchmarkScanResult.Builder displayName(String displayName)
Name of the result
displayName
- the value to setpublic HostCisBenchmarkScanResult.Builder instanceId(String instanceId)
Instance ID of the Compute Instance scanned
instanceId
- the value to setpublic HostCisBenchmarkScanResult.Builder compartmentId(String compartmentId)
Compartment ID of the resource. This is set to the same as the compartment ID of the scan target
compartmentId
- the value to setpublic HostCisBenchmarkScanResult.Builder timeStarted(Date timeStarted)
Date and time the scan was started, as described in RFC 3339
timeStarted
- the value to setpublic HostCisBenchmarkScanResult.Builder timeFinished(Date timeFinished)
Date and time the scan was completed, as described in RFC 3339
timeFinished
- the value to setpublic HostCisBenchmarkScanResult.Builder cisBenchmarkScanIssuesCount(Integer cisBenchmarkScanIssuesCount)
Total number of CIS (Center for Internet Security) benchmark issues found in this scan
cisBenchmarkScanIssuesCount
- the value to setpublic HostCisBenchmarkScanResult.Builder cisBenchmarkScanResultScores(List<HostCisBenchmarkScanResultScore> cisBenchmarkScanResultScores)
A single CIS (Center for Internet Security) benchmark scan executed on a host.
cisBenchmarkScanResultScores
- the value to setpublic HostCisBenchmarkScanResult.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the result.
lifecycleState
- the value to setpublic HostCisBenchmarkScanResult build()
public HostCisBenchmarkScanResult.Builder copy(HostCisBenchmarkScanResult model)
Copyright © 2016–2024. All rights reserved.