@Stability(value=Stable)
public static interface CfnSizeConstraintSet.SizeConstraintProperty
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.*;
SizeConstraintProperty sizeConstraintProperty = SizeConstraintProperty.builder()
.comparisonOperator("comparisonOperator")
.fieldToMatch(FieldToMatchProperty.builder()
.type("type")
// the properties below are optional
.data("data")
.build())
.size(123)
.textTransformation("textTransformation")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSizeConstraintSet.SizeConstraintProperty.Builder
A builder for
CfnSizeConstraintSet.SizeConstraintProperty |
static class |
CfnSizeConstraintSet.SizeConstraintProperty.Jsii$Proxy
An implementation for
CfnSizeConstraintSet.SizeConstraintProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSizeConstraintSet.SizeConstraintProperty.Builder |
builder() |
String |
getComparisonOperator()
`CfnSizeConstraintSet.SizeConstraintProperty.ComparisonOperator`.
|
Object |
getFieldToMatch()
`CfnSizeConstraintSet.SizeConstraintProperty.FieldToMatch`.
|
Number |
getSize()
`CfnSizeConstraintSet.SizeConstraintProperty.Size`.
|
String |
getTextTransformation()
`CfnSizeConstraintSet.SizeConstraintProperty.TextTransformation`.
|
@Stability(value=Stable) @NotNull String getComparisonOperator()
@Stability(value=Stable) @NotNull Object getFieldToMatch()
@Stability(value=Stable) @NotNull Number getSize()
@Stability(value=Stable) @NotNull String getTextTransformation()
@Stability(value=Stable) static CfnSizeConstraintSet.SizeConstraintProperty.Builder builder()
Copyright © 2021. All rights reserved.