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