@Stability(value=Stable)
public static interface CfnTrigger.PredicateProperty
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.glue.*;
PredicateProperty predicateProperty = PredicateProperty.builder()
.conditions(List.of(ConditionProperty.builder()
.crawlerName("crawlerName")
.crawlState("crawlState")
.jobName("jobName")
.logicalOperator("logicalOperator")
.state("state")
.build()))
.logical("logical")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrigger.PredicateProperty.Builder
A builder for
CfnTrigger.PredicateProperty |
static class |
CfnTrigger.PredicateProperty.Jsii$Proxy
An implementation for
CfnTrigger.PredicateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrigger.PredicateProperty.Builder |
builder() |
default Object |
getConditions()
`CfnTrigger.PredicateProperty.Conditions`.
|
default String |
getLogical()
`CfnTrigger.PredicateProperty.Logical`.
|
@Stability(value=Stable) @Nullable default Object getConditions()
@Stability(value=Stable) @Nullable default String getLogical()
@Stability(value=Stable) static CfnTrigger.PredicateProperty.Builder builder()
Copyright © 2021. All rights reserved.