@Stability(value=Stable)
public static interface CfnRuleset.ThresholdProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.databrew.*;
ThresholdProperty thresholdProperty = ThresholdProperty.builder()
.value(123)
// the properties below are optional
.type("type")
.unit("unit")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleset.ThresholdProperty.Builder
A builder for
CfnRuleset.ThresholdProperty |
static class |
CfnRuleset.ThresholdProperty.Jsii$Proxy
An implementation for
CfnRuleset.ThresholdProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleset.ThresholdProperty.Builder |
builder() |
default String |
getType()
`CfnRuleset.ThresholdProperty.Type`.
|
default String |
getUnit()
`CfnRuleset.ThresholdProperty.Unit`.
|
Number |
getValue()
`CfnRuleset.ThresholdProperty.Value`.
|
@Stability(value=Stable) @NotNull Number getValue()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) @Nullable default String getUnit()
@Stability(value=Stable) static CfnRuleset.ThresholdProperty.Builder builder()
Copyright © 2022. All rights reserved.