| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Threshold |
Threshold.clone() |
Threshold |
Rule.getThreshold()
The threshold used with a non-aggregate check expression.
|
Threshold |
Threshold.withType(String type)
The type of a threshold.
|
Threshold |
Threshold.withType(ThresholdType type)
The type of a threshold.
|
Threshold |
Threshold.withUnit(String unit)
Unit of threshold value.
|
Threshold |
Threshold.withUnit(ThresholdUnit unit)
Unit of threshold value.
|
Threshold |
Threshold.withValue(Double value)
The value of a threshold.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setThreshold(Threshold threshold)
The threshold used with a non-aggregate check expression.
|
Rule |
Rule.withThreshold(Threshold threshold)
The threshold used with a non-aggregate check expression.
|
Copyright © 2023. All rights reserved.