public static interface ListInsightsResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<ListInsightsResponse.Builder,ListInsightsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInsightsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListInsightsResponse.Builder |
proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned list of proactive insights.
|
ListInsightsResponse.Builder |
proactiveInsights(Consumer<ProactiveInsightSummary.Builder>... proactiveInsights)
The returned list of proactive insights.
|
ListInsightsResponse.Builder |
proactiveInsights(ProactiveInsightSummary... proactiveInsights)
The returned list of proactive insights.
|
ListInsightsResponse.Builder |
reactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
The returned list of reactive insights.
|
ListInsightsResponse.Builder |
reactiveInsights(Consumer<ReactiveInsightSummary.Builder>... reactiveInsights)
The returned list of reactive insights.
|
ListInsightsResponse.Builder |
reactiveInsights(ReactiveInsightSummary... reactiveInsights)
The returned list of reactive insights.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInsightsResponse.Builder proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned list of proactive insights.
proactiveInsights - The returned list of proactive insights.ListInsightsResponse.Builder proactiveInsights(ProactiveInsightSummary... proactiveInsights)
The returned list of proactive insights.
proactiveInsights - The returned list of proactive insights.ListInsightsResponse.Builder proactiveInsights(Consumer<ProactiveInsightSummary.Builder>... proactiveInsights)
The returned list of 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) ListInsightsResponse.Builder reactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)
The returned list of reactive insights.
reactiveInsights - The returned list of reactive insights.ListInsightsResponse.Builder reactiveInsights(ReactiveInsightSummary... reactiveInsights)
The returned list of reactive insights.
reactiveInsights - The returned list of reactive insights.ListInsightsResponse.Builder reactiveInsights(Consumer<ReactiveInsightSummary.Builder>... reactiveInsights)
The returned list of 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) ListInsightsResponse.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.