public static interface ListAnomaliesForInsightResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<ListAnomaliesForInsightResponse.Builder,ListAnomaliesForInsightResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesForInsightResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListAnomaliesForInsightResponse.Builder |
proactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResponse.Builder |
proactiveAnomalies(Consumer<ProactiveAnomalySummary.Builder>... proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResponse.Builder |
proactiveAnomalies(ProactiveAnomalySummary... proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResponse.Builder |
reactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResponse.Builder |
reactiveAnomalies(Consumer<ReactiveAnomalySummary.Builder>... reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResponse.Builder |
reactiveAnomalies(ReactiveAnomalySummary... reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnomaliesForInsightResponse.Builder proactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
An array of ProactiveAnomalySummary objects that represent the requested anomalies
proactiveAnomalies - An array of ProactiveAnomalySummary objects that represent the requested anomaliesListAnomaliesForInsightResponse.Builder proactiveAnomalies(ProactiveAnomalySummary... proactiveAnomalies)
An array of ProactiveAnomalySummary objects that represent the requested anomalies
proactiveAnomalies - An array of ProactiveAnomalySummary objects that represent the requested anomaliesListAnomaliesForInsightResponse.Builder proactiveAnomalies(Consumer<ProactiveAnomalySummary.Builder>... proactiveAnomalies)
An array of ProactiveAnomalySummary objects that represent the requested anomalies
ProactiveAnomalySummary.Builder avoiding the need to
create one manually via
ProactiveAnomalySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #proactiveAnomalies(List.
proactiveAnomalies - a consumer that will call methods on
ProactiveAnomalySummary.Builder#proactiveAnomalies(java.util.Collection) ListAnomaliesForInsightResponse.Builder reactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of ReactiveAnomalySummary objects that represent the requested anomalies
reactiveAnomalies - An array of ReactiveAnomalySummary objects that represent the requested anomaliesListAnomaliesForInsightResponse.Builder reactiveAnomalies(ReactiveAnomalySummary... reactiveAnomalies)
An array of ReactiveAnomalySummary objects that represent the requested anomalies
reactiveAnomalies - An array of ReactiveAnomalySummary objects that represent the requested anomaliesListAnomaliesForInsightResponse.Builder reactiveAnomalies(Consumer<ReactiveAnomalySummary.Builder>... reactiveAnomalies)
An array of ReactiveAnomalySummary objects that represent the requested anomalies
ReactiveAnomalySummary.Builder avoiding the need to
create one manually via
ReactiveAnomalySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #reactiveAnomalies(List.
reactiveAnomalies - a consumer that will call methods on
ReactiveAnomalySummary.Builder#reactiveAnomalies(java.util.Collection) ListAnomaliesForInsightResponse.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.