| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ControlDomainInsights.Builder |
ControlDomainInsights.builder() |
ControlDomainInsights.Builder |
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 |
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 |
ControlDomainInsights.Builder.evidenceInsights(EvidenceInsights evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control domain.
|
ControlDomainInsights.Builder |
ControlDomainInsights.Builder.id(String id)
The unique identifier for the control domain.
|
ControlDomainInsights.Builder |
ControlDomainInsights.Builder.lastUpdated(Instant lastUpdated)
The time when the control domain insights were last updated.
|
ControlDomainInsights.Builder |
ControlDomainInsights.Builder.name(String name)
The name of the control domain.
|
ControlDomainInsights.Builder |
ControlDomainInsights.toBuilder() |
ControlDomainInsights.Builder |
ControlDomainInsights.Builder.totalControlsCount(Integer totalControlsCount)
The total number of controls in the control domain.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ControlDomainInsights.Builder> |
ControlDomainInsights.serializableBuilderClass() |
Copyright © 2023. All rights reserved.