| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ControlInsightsMetadataItem.Builder |
ControlInsightsMetadataItem.builder() |
default ControlInsightsMetadataItem.Builder |
ControlInsightsMetadataItem.Builder.evidenceInsights(Consumer<EvidenceInsights.Builder> evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control.
|
ControlInsightsMetadataItem.Builder |
ControlInsightsMetadataItem.Builder.evidenceInsights(EvidenceInsights evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control.
|
ControlInsightsMetadataItem.Builder |
ControlInsightsMetadataItem.Builder.id(String id)
The unique identifier for the control.
|
ControlInsightsMetadataItem.Builder |
ControlInsightsMetadataItem.Builder.lastUpdated(Instant lastUpdated)
The time when the control insights were last updated.
|
ControlInsightsMetadataItem.Builder |
ControlInsightsMetadataItem.Builder.name(String name)
The name of the control.
|
ControlInsightsMetadataItem.Builder |
ControlInsightsMetadataItem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ControlInsightsMetadataItem.Builder> |
ControlInsightsMetadataItem.serializableBuilderClass() |
Copyright © 2022. All rights reserved.