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 that creates an instance of theList.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 #anomalyDetectors(List) .anomalyDetectors - a consumer that will call methods on List.Builder #anomalyDetectors(List) 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 © 2020. All rights reserved.