| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
static Threshold.Builder |
Threshold.builder() |
Threshold.Builder |
Threshold.toBuilder() |
Threshold.Builder |
Threshold.Builder.type(String type)
The type of a threshold.
|
Threshold.Builder |
Threshold.Builder.type(ThresholdType type)
The type of a threshold.
|
Threshold.Builder |
Threshold.Builder.unit(String unit)
Unit of threshold value.
|
Threshold.Builder |
Threshold.Builder.unit(ThresholdUnit unit)
Unit of threshold value.
|
Threshold.Builder |
Threshold.Builder.value(Double value)
The value of a threshold.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Threshold.Builder> |
Threshold.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Rule.Builder |
Rule.Builder.threshold(Consumer<Threshold.Builder> threshold)
The threshold used with a non-aggregate check expression.
|
Copyright © 2023. All rights reserved.