public static final class HostResult.Builder
extends java.lang.Object
HostResult
.Constructor and Description |
---|
Builder(HostStatus hostStatus,
HostInfo hostInfo)
Constructor with parameters for the required properties of
HostResult . |
Modifier and Type | Method and Description |
---|---|
HostResult |
build() |
HostResult.Builder |
setHostCompliance(HostCompliance hostCompliance)
This field provides compliance results for the host, if the operation completed
on the host.
|
public Builder(HostStatus hostStatus, HostInfo hostInfo)
HostResult
.public HostResult.Builder setHostCompliance(HostCompliance hostCompliance)
null
if check compliance found the host compliant or if
check compliance could not be completed on the host.hostCompliance
- New value for the property.public HostResult build()