ListAnomaliesRequest.Builder |
ListAnomaliesRequest.Builder.anomalyDetectorArn(String anomalyDetectorArn) |
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
|
static ListAnomaliesRequest.Builder |
ListAnomaliesRequest.builder() |
|
ListAnomaliesRequest.Builder |
ListAnomaliesRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListAnomaliesRequest.Builder |
ListAnomaliesRequest.Builder.nextToken(String nextToken) |
Sets the value of the NextToken property for this object.
|
ListAnomaliesRequest.Builder |
ListAnomaliesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListAnomaliesRequest.Builder |
ListAnomaliesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListAnomaliesRequest.Builder |
ListAnomaliesRequest.Builder.suppressionState(String suppressionState) |
You can specify this parameter if you want to the operation to return only anomalies that are currently
either suppressed or unsuppressed.
|
ListAnomaliesRequest.Builder |
ListAnomaliesRequest.Builder.suppressionState(SuppressionState suppressionState) |
You can specify this parameter if you want to the operation to return only anomalies that are currently
either suppressed or unsuppressed.
|
ListAnomaliesRequest.Builder |
ListAnomaliesRequest.toBuilder() |
|