public static interface ListAnomalyDetectorsResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<ListAnomalyDetectorsResponse.Builder,ListAnomalyDetectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyDetectorsResponse.Builder |
anomalyDetectorSummaryList(AnomalyDetectorSummary... anomalyDetectorSummaryList)
A list of anomaly detectors in the account in the current region.
|
ListAnomalyDetectorsResponse.Builder |
anomalyDetectorSummaryList(Collection<AnomalyDetectorSummary> anomalyDetectorSummaryList)
A list of anomaly detectors in the account in the current region.
|
ListAnomalyDetectorsResponse.Builder |
anomalyDetectorSummaryList(Consumer<AnomalyDetectorSummary.Builder>... anomalyDetectorSummaryList)
A list of anomaly detectors in the account in the current region.
|
ListAnomalyDetectorsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, the service returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnomalyDetectorsResponse.Builder anomalyDetectorSummaryList(Collection<AnomalyDetectorSummary> anomalyDetectorSummaryList)
A list of anomaly detectors in the account in the current region.
anomalyDetectorSummaryList - A list of anomaly detectors in the account in the current region.ListAnomalyDetectorsResponse.Builder anomalyDetectorSummaryList(AnomalyDetectorSummary... anomalyDetectorSummaryList)
A list of anomaly detectors in the account in the current region.
anomalyDetectorSummaryList - A list of anomaly detectors in the account in the current region.ListAnomalyDetectorsResponse.Builder anomalyDetectorSummaryList(Consumer<AnomalyDetectorSummary.Builder>... anomalyDetectorSummaryList)
A list of anomaly detectors in the account in the current region.
This is a convenience method that creates an instance of theAnomalyDetectorSummary.Builder avoiding the need
to create one manually via
AnomalyDetectorSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #anomalyDetectorSummaryList(List.
anomalyDetectorSummaryList - a consumer that will call methods on
AnomalyDetectorSummary.Builder#anomalyDetectorSummaryList(java.util.Collection) ListAnomalyDetectorsResponse.Builder nextToken(String nextToken)
If the response is truncated, the service returns this token. To retrieve the next set of results, use the token in the next request.
nextToken - If the response is truncated, the service returns this token. To retrieve the next set of results, use
the token in the next request.Copyright © 2023. All rights reserved.