public static interface GetInsightsByAssessmentResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<GetInsightsByAssessmentResponse.Builder,GetInsightsByAssessmentResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetInsightsByAssessmentResponse.Builder |
insights(Consumer<InsightsByAssessment.Builder> insights)
The assessment analytics data that the
GetInsightsByAssessment API returned. |
GetInsightsByAssessmentResponse.Builder |
insights(InsightsByAssessment insights)
The assessment analytics data that the
GetInsightsByAssessment API returned. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInsightsByAssessmentResponse.Builder insights(InsightsByAssessment insights)
The assessment analytics data that the GetInsightsByAssessment API returned.
insights - The assessment analytics data that the GetInsightsByAssessment API returned.default GetInsightsByAssessmentResponse.Builder insights(Consumer<InsightsByAssessment.Builder> insights)
The assessment analytics data that the GetInsightsByAssessment API returned.
InsightsByAssessment.Builder avoiding
the need to create one manually via InsightsByAssessment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to insights(InsightsByAssessment).
insights - a consumer that will call methods on InsightsByAssessment.Builderinsights(InsightsByAssessment)Copyright © 2023. All rights reserved.