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
List.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 #proactiveAnomalies(List) .proactiveAnomalies - a consumer that will call methods on List.Builder #proactiveAnomalies(List) 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
List.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 #reactiveAnomalies(List) .reactiveAnomalies - a consumer that will call methods on List.Builder #reactiveAnomalies(List) 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 © 2021. All rights reserved.