@Stability(value=Stable)
public static interface CfnRule.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.waf.regional.*;
PredicateProperty predicateProperty = PredicateProperty.builder()
.dataId("dataId")
.negated(false)
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.PredicateProperty.Builder
A builder for
CfnRule.PredicateProperty |
static class |
CfnRule.PredicateProperty.Jsii$Proxy
An implementation for
CfnRule.PredicateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.PredicateProperty.Builder |
builder() |
String |
getDataId()
`CfnRule.PredicateProperty.DataId`.
|
Object |
getNegated()
`CfnRule.PredicateProperty.Negated`.
|
String |
getType()
`CfnRule.PredicateProperty.Type`.
|
@Stability(value=Stable) @NotNull String getDataId()
@Stability(value=Stable) @NotNull Object getNegated()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnRule.PredicateProperty.Builder builder()
CfnRule.PredicateProperty.Builder of CfnRule.PredicatePropertyCopyright © 2021. All rights reserved.