public static interface ListControlDomainInsightsByAssessmentResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ListControlDomainInsightsByAssessmentResponse.Builder,ListControlDomainInsightsByAssessmentResponse>
| Modifier and Type | Method and Description |
|---|---|
ListControlDomainInsightsByAssessmentResponse.Builder |
controlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsightsByAssessment API returned. |
ListControlDomainInsightsByAssessmentResponse.Builder |
controlDomainInsights(Consumer<ControlDomainInsights.Builder>... controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsightsByAssessment API returned. |
ListControlDomainInsightsByAssessmentResponse.Builder |
controlDomainInsights(ControlDomainInsights... controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsightsByAssessment API returned. |
ListControlDomainInsightsByAssessmentResponse.Builder |
nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListControlDomainInsightsByAssessmentResponse.Builder controlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the ListControlDomainInsightsByAssessment API returned.
controlDomainInsights - The control domain analytics data that the ListControlDomainInsightsByAssessment API
returned.ListControlDomainInsightsByAssessmentResponse.Builder controlDomainInsights(ControlDomainInsights... controlDomainInsights)
The control domain analytics data that the ListControlDomainInsightsByAssessment API returned.
controlDomainInsights - The control domain analytics data that the ListControlDomainInsightsByAssessment API
returned.ListControlDomainInsightsByAssessmentResponse.Builder controlDomainInsights(Consumer<ControlDomainInsights.Builder>... controlDomainInsights)
The control domain analytics data that the ListControlDomainInsightsByAssessment API returned.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #controlDomainInsights(List) .controlDomainInsights - a consumer that will call methods on List.Builder #controlDomainInsights(List) ListControlDomainInsightsByAssessmentResponse.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.