public static interface ControlInsightsMetadataItem.Builder extends SdkPojo, CopyableBuilder<ControlInsightsMetadataItem.Builder,ControlInsightsMetadataItem>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
evidenceInsights(EvidenceInsights evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control.
|
ControlInsightsMetadataItem.Builder |
id(String id)
The unique identifier for the control.
|
ControlInsightsMetadataItem.Builder |
lastUpdated(Instant lastUpdated)
The time when the control insights were last updated.
|
ControlInsightsMetadataItem.Builder |
name(String name)
The name of the control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControlInsightsMetadataItem.Builder name(String name)
The name of the control.
name - The name of the control.ControlInsightsMetadataItem.Builder id(String id)
The unique identifier for the control.
id - The unique identifier for the control.ControlInsightsMetadataItem.Builder evidenceInsights(EvidenceInsights evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control.
evidenceInsights - A breakdown of the compliance check status for the evidence that’s associated with the control.default ControlInsightsMetadataItem.Builder evidenceInsights(Consumer<EvidenceInsights.Builder> evidenceInsights)
A breakdown of the compliance check status for the evidence that’s associated with the control.
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)ControlInsightsMetadataItem.Builder lastUpdated(Instant lastUpdated)
The time when the control insights were last updated.
lastUpdated - The time when the control insights were last updated.Copyright © 2023. All rights reserved.