public static interface GetInsightResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetInsightResponse.Builder,GetInsightResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetInsightResponse.Builder |
insight(Consumer<Insight.Builder> insight)
The summary information of an insight.
|
GetInsightResponse.Builder |
insight(Insight insight)
The summary information of an insight.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInsightResponse.Builder insight(Insight insight)
The summary information of an insight.
insight - The summary information of an insight.default GetInsightResponse.Builder insight(Consumer<Insight.Builder> insight)
The summary information of an insight.
This is a convenience that creates an instance of theInsight.Builder avoiding the need to create one
manually via Insight.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to insight(Insight).insight - a consumer that will call methods on Insight.Builderinsight(Insight)Copyright © 2022. All rights reserved.