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.
.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #controlInsightsByAssessment(List) .controlInsightsByAssessment - a consumer that will call methods on List.Builder #controlInsightsByAssessment(List) 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 © 2022. All rights reserved.