public static interface ListAssessmentControlInsightsByControlDomainResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ListAssessmentControlInsightsByControlDomainResponse.Builder,ListAssessmentControlInsightsByControlDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentControlInsightsByControlDomainResponse.Builder |
controlInsightsByAssessment(Collection<ControlInsightsMetadataByAssessmentItem> controlInsightsByAssessment)
The assessment control analytics data that the
ListAssessmentControlInsightsByControlDomain API
returned. |
ListAssessmentControlInsightsByControlDomainResponse.Builder |
controlInsightsByAssessment(Consumer<ControlInsightsMetadataByAssessmentItem.Builder>... controlInsightsByAssessment)
The assessment control analytics data that the
ListAssessmentControlInsightsByControlDomain API
returned. |
ListAssessmentControlInsightsByControlDomainResponse.Builder |
controlInsightsByAssessment(ControlInsightsMetadataByAssessmentItem... controlInsightsByAssessment)
The assessment control analytics data that the
ListAssessmentControlInsightsByControlDomain API
returned. |
ListAssessmentControlInsightsByControlDomainResponse.Builder |
nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssessmentControlInsightsByControlDomainResponse.Builder controlInsightsByAssessment(Collection<ControlInsightsMetadataByAssessmentItem> controlInsightsByAssessment)
The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain API
returned.
controlInsightsByAssessment - The assessment control analytics data that the
ListAssessmentControlInsightsByControlDomain API returned.ListAssessmentControlInsightsByControlDomainResponse.Builder controlInsightsByAssessment(ControlInsightsMetadataByAssessmentItem... controlInsightsByAssessment)
The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain API
returned.
controlInsightsByAssessment - The assessment control analytics data that the
ListAssessmentControlInsightsByControlDomain API returned.ListAssessmentControlInsightsByControlDomainResponse.Builder controlInsightsByAssessment(Consumer<ControlInsightsMetadataByAssessmentItem.Builder>... controlInsightsByAssessment)
The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain API
returned.
ControlInsightsMetadataByAssessmentItem.Builder
avoiding the need to create one manually via
ControlInsightsMetadataByAssessmentItem.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #controlInsightsByAssessment(List.
controlInsightsByAssessment - a consumer that will call methods on
ControlInsightsMetadataByAssessmentItem.Builder#controlInsightsByAssessment(java.util.Collection) ListAssessmentControlInsightsByControlDomainResponse.Builder nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.Copyright © 2023. All rights reserved.