public static interface SearchInsightsResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<SearchInsightsResponse.Builder,SearchInsightsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchInsightsResponse.Builder proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned proactive insights.
proactiveInsights - The returned proactive insights.SearchInsightsResponse.Builder proactiveInsights(ProactiveInsightSummary... proactiveInsights)
The returned proactive insights.
proactiveInsights - The returned proactive insights.SearchInsightsResponse.Builder proactiveInsights(Consumer<ProactiveInsightSummary.Builder>... proactiveInsights)
The returned proactive insights.
This is a convenience method that creates an instance of theProactiveInsightSummary.Builder avoiding the need to
create one manually via
ProactiveInsightSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #proactiveInsights(List.
proactiveInsights - a consumer that will call methods on
ProactiveInsightSummary.Builder#proactiveInsights(java.util.Collection) SearchInsightsResponse.Builder reactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
The returned reactive insights.
reactiveInsights - The returned reactive insights.SearchInsightsResponse.Builder reactiveInsights(ReactiveInsightSummary... reactiveInsights)
The returned reactive insights.
reactiveInsights - The returned reactive insights.SearchInsightsResponse.Builder reactiveInsights(Consumer<ReactiveInsightSummary.Builder>... reactiveInsights)
The returned reactive insights.
This is a convenience method that creates an instance of theReactiveInsightSummary.Builder avoiding the need to
create one manually via
ReactiveInsightSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #reactiveInsights(List.
reactiveInsights - a consumer that will call methods on
ReactiveInsightSummary.Builder#reactiveInsights(java.util.Collection) SearchInsightsResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2023. All rights reserved.