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