public static interface DescribeInsightResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeInsightResponse.Builder,DescribeInsightResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeInsightResponse.Builder |
proactiveInsight(Consumer<ProactiveInsight.Builder> proactiveInsight)
A
ProactiveInsight object that represents the requested insight. |
DescribeInsightResponse.Builder |
proactiveInsight(ProactiveInsight proactiveInsight)
A
ProactiveInsight object that represents the requested insight. |
default DescribeInsightResponse.Builder |
reactiveInsight(Consumer<ReactiveInsight.Builder> reactiveInsight)
A
ReactiveInsight object that represents the requested insight. |
DescribeInsightResponse.Builder |
reactiveInsight(ReactiveInsight reactiveInsight)
A
ReactiveInsight object that represents the requested insight. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInsightResponse.Builder proactiveInsight(ProactiveInsight proactiveInsight)
A ProactiveInsight object that represents the requested insight.
proactiveInsight - A ProactiveInsight object that represents the requested insight.default DescribeInsightResponse.Builder proactiveInsight(Consumer<ProactiveInsight.Builder> proactiveInsight)
A ProactiveInsight object that represents the requested insight.
ProactiveInsight.Builder avoiding the
need to create one manually via ProactiveInsight.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to proactiveInsight(ProactiveInsight).
proactiveInsight - a consumer that will call methods on ProactiveInsight.BuilderproactiveInsight(ProactiveInsight)DescribeInsightResponse.Builder reactiveInsight(ReactiveInsight reactiveInsight)
A ReactiveInsight object that represents the requested insight.
reactiveInsight - A ReactiveInsight object that represents the requested insight.default DescribeInsightResponse.Builder reactiveInsight(Consumer<ReactiveInsight.Builder> reactiveInsight)
A ReactiveInsight object that represents the requested insight.
ReactiveInsight.Builder avoiding the
need to create one manually via ReactiveInsight.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to reactiveInsight(ReactiveInsight).
reactiveInsight - a consumer that will call methods on ReactiveInsight.BuilderreactiveInsight(ReactiveInsight)Copyright © 2023. All rights reserved.