public static interface ListAnomalyGroupTimeSeriesRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<ListAnomalyGroupTimeSeriesRequest.Builder,ListAnomalyGroupTimeSeriesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyGroupTimeSeriesRequest.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
ListAnomalyGroupTimeSeriesRequest.Builder |
anomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
ListAnomalyGroupTimeSeriesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnomalyGroupTimeSeriesRequest.Builder |
metricName(String metricName)
The name of the measure field.
|
ListAnomalyGroupTimeSeriesRequest.Builder |
nextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListAnomalyGroupTimeSeriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAnomalyGroupTimeSeriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnomalyGroupTimeSeriesRequest.Builder anomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.ListAnomalyGroupTimeSeriesRequest.Builder anomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
anomalyGroupId - The ID of the anomaly group.ListAnomalyGroupTimeSeriesRequest.Builder metricName(String metricName)
The name of the measure field.
metricName - The name of the measure field.ListAnomalyGroupTimeSeriesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListAnomalyGroupTimeSeriesRequest.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.ListAnomalyGroupTimeSeriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAnomalyGroupTimeSeriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.