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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #proactiveInsights(List) .proactiveInsights - a consumer that will call methods on List.Builder #proactiveInsights(List) 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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #reactiveInsights(List) .reactiveInsights - a consumer that will call methods on List.Builder #reactiveInsights(List) 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 © 2021. All rights reserved.