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