@Stability(value=Stable)
public static interface CfnRecipe.ConditionExpressionProperty
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.*;
ConditionExpressionProperty conditionExpressionProperty = ConditionExpressionProperty.builder()
.condition("condition")
.targetColumn("targetColumn")
// the properties below are optional
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRecipe.ConditionExpressionProperty.Builder
A builder for
CfnRecipe.ConditionExpressionProperty |
static class |
CfnRecipe.ConditionExpressionProperty.Jsii$Proxy
An implementation for
CfnRecipe.ConditionExpressionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRecipe.ConditionExpressionProperty.Builder |
builder() |
String |
getCondition()
`CfnRecipe.ConditionExpressionProperty.Condition`.
|
String |
getTargetColumn()
`CfnRecipe.ConditionExpressionProperty.TargetColumn`.
|
default String |
getValue()
`CfnRecipe.ConditionExpressionProperty.Value`.
|
@Stability(value=Stable) @NotNull String getCondition()
@Stability(value=Stable) @NotNull String getTargetColumn()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnRecipe.ConditionExpressionProperty.Builder builder()
Copyright © 2022. All rights reserved.