| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
static Rule.Builder |
Rule.builder() |
Rule.Builder |
Rule.Builder.checkExpression(String checkExpression)
The expression which includes column references, condition names followed by variable references, possibly
grouped and combined with other conditions.
|
Rule.Builder |
Rule.Builder.columnSelectors(Collection<ColumnSelector> columnSelectors)
List of column selectors.
|
Rule.Builder |
Rule.Builder.columnSelectors(ColumnSelector... columnSelectors)
List of column selectors.
|
Rule.Builder |
Rule.Builder.columnSelectors(Consumer<ColumnSelector.Builder>... columnSelectors)
List of column selectors.
|
Rule.Builder |
Rule.Builder.disabled(Boolean disabled)
A value that specifies whether the rule is disabled.
|
Rule.Builder |
Rule.Builder.name(String name)
The name of the rule.
|
Rule.Builder |
Rule.Builder.substitutionMap(Map<String,String> substitutionMap)
The map of substitution variable names to their values used in a check expression.
|
default Rule.Builder |
Rule.Builder.threshold(Consumer<Threshold.Builder> threshold)
The threshold used with a non-aggregate check expression.
|
Rule.Builder |
Rule.Builder.threshold(Threshold threshold)
The threshold used with a non-aggregate check expression.
|
Rule.Builder |
Rule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Rule.Builder> |
Rule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.