public static class HostCisBenchmarkScanResultScore.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HostCisBenchmarkScanResultScore.Builder |
benchmarkIdentifier(String benchmarkIdentifier)
Identifier for this CIS (Center for Internet Security) benchmark
|
HostCisBenchmarkScanResultScore |
build() |
HostCisBenchmarkScanResultScore.Builder |
copy(HostCisBenchmarkScanResultScore model) |
HostCisBenchmarkScanResultScore.Builder |
description(String description)
Details about what this CIS (Center for Internet Security) benchmark represents
|
HostCisBenchmarkScanResultScore.Builder |
score(ScanResultScore score)
Result score of CIS (Center for Internet Security) benchmark execution (Pass/Fail)
|
public HostCisBenchmarkScanResultScore.Builder benchmarkIdentifier(String benchmarkIdentifier)
Identifier for this CIS (Center for Internet Security) benchmark
benchmarkIdentifier
- the value to setpublic HostCisBenchmarkScanResultScore.Builder description(String description)
Details about what this CIS (Center for Internet Security) benchmark represents
description
- the value to setpublic HostCisBenchmarkScanResultScore.Builder score(ScanResultScore score)
Result score of CIS (Center for Internet Security) benchmark execution (Pass/Fail)
score
- the value to setpublic HostCisBenchmarkScanResultScore build()
public HostCisBenchmarkScanResultScore.Builder copy(HostCisBenchmarkScanResultScore model)
Copyright © 2016–2025. All rights reserved.