public static interface ControlDomainInsights.Builder extends SdkPojo, CopyableBuilder<ControlDomainInsights.Builder,ControlDomainInsights>
| Modifier and Type | Method and Description |
|---|---|
ControlDomainInsights.Builder |
controlsCountByNoncompliantEvidence(Integer controlsCountByNoncompliantEvidence)
The number of controls in the control domain that collected non-compliant evidence on the
lastUpdated date. |
default ControlDomainInsights.Builder |
evidenceInsights(Consumer<EvidenceInsights.Builder> evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control domain.
|
ControlDomainInsights.Builder |
evidenceInsights(EvidenceInsights evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control domain.
|
ControlDomainInsights.Builder |
id(String id)
The unique identifier for the control domain.
|
ControlDomainInsights.Builder |
lastUpdated(Instant lastUpdated)
The time when the control domain insights were last updated.
|
ControlDomainInsights.Builder |
name(String name)
The name of the control domain.
|
ControlDomainInsights.Builder |
totalControlsCount(Integer totalControlsCount)
The total number of controls in the control domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControlDomainInsights.Builder name(String name)
The name of the control domain.
name - The name of the control domain.ControlDomainInsights.Builder id(String id)
The unique identifier for the control domain.
id - The unique identifier for the control domain.ControlDomainInsights.Builder controlsCountByNoncompliantEvidence(Integer controlsCountByNoncompliantEvidence)
The number of controls in the control domain that collected non-compliant evidence on the
lastUpdated date.
controlsCountByNoncompliantEvidence - The number of controls in the control domain that collected non-compliant evidence on the
lastUpdated date.ControlDomainInsights.Builder totalControlsCount(Integer totalControlsCount)
The total number of controls in the control domain.
totalControlsCount - The total number of controls in the control domain.ControlDomainInsights.Builder evidenceInsights(EvidenceInsights evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control domain.
evidenceInsights - A breakdown of the compliance check status for the evidence that’s associated with the control domain.default ControlDomainInsights.Builder evidenceInsights(Consumer<EvidenceInsights.Builder> evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control domain.
This is a convenience method that creates an instance of theEvidenceInsights.Builder avoiding the
need to create one manually via EvidenceInsights.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to evidenceInsights(EvidenceInsights).
evidenceInsights - a consumer that will call methods on EvidenceInsights.BuilderevidenceInsights(EvidenceInsights)ControlDomainInsights.Builder lastUpdated(Instant lastUpdated)
The time when the control domain insights were last updated.
lastUpdated - The time when the control domain insights were last updated.Copyright © 2023. All rights reserved.