public static interface DescribeAnomalyDetectionExecutionsRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<DescribeAnomalyDetectionExecutionsRequest.Builder,DescribeAnomalyDetectionExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAnomalyDetectionExecutionsRequest.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
DescribeAnomalyDetectionExecutionsRequest.Builder |
maxResults(Integer maxResults)
The number of items to return in the response.
|
DescribeAnomalyDetectionExecutionsRequest.Builder |
nextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
DescribeAnomalyDetectionExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAnomalyDetectionExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeAnomalyDetectionExecutionsRequest.Builder |
timestamp(String timestamp)
The timestamp of the anomaly detection job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAnomalyDetectionExecutionsRequest.Builder anomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.DescribeAnomalyDetectionExecutionsRequest.Builder timestamp(String timestamp)
The timestamp of the anomaly detection job.
timestamp - The timestamp of the anomaly detection job.DescribeAnomalyDetectionExecutionsRequest.Builder maxResults(Integer maxResults)
The number of items to return in the response.
maxResults - The number of items to return in the response.DescribeAnomalyDetectionExecutionsRequest.Builder nextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
nextToken - Specify the pagination token that's returned by a previous request to retrieve the next page of
results.DescribeAnomalyDetectionExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAnomalyDetectionExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.