@Stability(value=Stable) public static final class ColumnRestriction.Builder extends Object implements software.amazon.jsii.Builder<ColumnRestriction>
ColumnRestriction| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ColumnRestriction |
build()
Builds the configured instance.
|
ColumnRestriction.Builder |
comparison(String comparison)
Sets the value of
ColumnRestriction.getComparison() |
ColumnRestriction.Builder |
numberValue(Number numberValue)
Sets the value of
ColumnRestriction.getNumberValue() |
ColumnRestriction.Builder |
stringValue(String stringValue)
Sets the value of
ColumnRestriction.getStringValue() |
@Stability(value=Stable) public ColumnRestriction.Builder comparison(String comparison)
ColumnRestriction.getComparison()comparison - Comparison operator to use. This parameter is required.this@Stability(value=Stable) public ColumnRestriction.Builder numberValue(Number numberValue)
ColumnRestriction.getNumberValue()numberValue - Number value to compare to.
Exactly one of 'stringValue' and 'numberValue' must be set.this@Stability(value=Stable) public ColumnRestriction.Builder stringValue(String stringValue)
ColumnRestriction.getStringValue()stringValue - String value to compare to.
Exactly one of 'stringValue' and 'numberValue' must be set.this@Stability(value=Stable) public ColumnRestriction build()
build in interface software.amazon.jsii.Builder<ColumnRestriction>ColumnRestrictionNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.