public static interface ListAnomalyGroupSummariesRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<ListAnomalyGroupSummariesRequest.Builder,ListAnomalyGroupSummariesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyGroupSummariesRequest.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
ListAnomalyGroupSummariesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnomalyGroupSummariesRequest.Builder |
nextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListAnomalyGroupSummariesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAnomalyGroupSummariesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAnomalyGroupSummariesRequest.Builder |
sensitivityThreshold(Integer sensitivityThreshold)
The minimum severity score for inclusion in the output.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnomalyGroupSummariesRequest.Builder anomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.ListAnomalyGroupSummariesRequest.Builder sensitivityThreshold(Integer sensitivityThreshold)
The minimum severity score for inclusion in the output.
sensitivityThreshold - The minimum severity score for inclusion in the output.ListAnomalyGroupSummariesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListAnomalyGroupSummariesRequest.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.ListAnomalyGroupSummariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAnomalyGroupSummariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.