public static interface DescribeAnomalyDetectorsResponse.Builder extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnomalyDetectorsResponse.Builder,DescribeAnomalyDetectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAnomalyDetectorsResponse.Builder |
anomalyDetectors(AnomalyDetector... anomalyDetectors)
The list of anomaly detection models returned by the operation.
|
DescribeAnomalyDetectorsResponse.Builder |
anomalyDetectors(Collection<AnomalyDetector> anomalyDetectors)
The list of anomaly detection models returned by the operation.
|
DescribeAnomalyDetectorsResponse.Builder |
anomalyDetectors(Consumer<AnomalyDetector.Builder>... anomalyDetectors)
The list of anomaly detection models returned by the operation.
|
DescribeAnomalyDetectorsResponse.Builder |
nextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAnomalyDetectorsResponse.Builder anomalyDetectors(Collection<AnomalyDetector> anomalyDetectors)
The list of anomaly detection models returned by the operation.
anomalyDetectors - The list of anomaly detection models returned by the operation.DescribeAnomalyDetectorsResponse.Builder anomalyDetectors(AnomalyDetector... anomalyDetectors)
The list of anomaly detection models returned by the operation.
anomalyDetectors - The list of anomaly detection models returned by the operation.DescribeAnomalyDetectorsResponse.Builder anomalyDetectors(Consumer<AnomalyDetector.Builder>... anomalyDetectors)
The list of anomaly detection models returned by the operation.
This is a convenience method that creates an instance of theAnomalyDetector.Builder avoiding the need to create
one manually via AnomalyDetector.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #anomalyDetectors(List.
anomalyDetectors - a consumer that will call methods on
AnomalyDetector.Builder#anomalyDetectors(java.util.Collection) DescribeAnomalyDetectorsResponse.Builder nextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
nextToken - A token that you can use in a subsequent operation to retrieve the next set of results.Copyright © 2023. All rights reserved.