@Stability(value=Stable)
public static interface CfnByteMatchSet.ByteMatchTupleProperty
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.*;
ByteMatchTupleProperty byteMatchTupleProperty = ByteMatchTupleProperty.builder()
.fieldToMatch(FieldToMatchProperty.builder()
.type("type")
// the properties below are optional
.data("data")
.build())
.positionalConstraint("positionalConstraint")
.textTransformation("textTransformation")
// the properties below are optional
.targetString("targetString")
.targetStringBase64("targetStringBase64")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnByteMatchSet.ByteMatchTupleProperty.Builder
A builder for
CfnByteMatchSet.ByteMatchTupleProperty |
static class |
CfnByteMatchSet.ByteMatchTupleProperty.Jsii$Proxy
An implementation for
CfnByteMatchSet.ByteMatchTupleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnByteMatchSet.ByteMatchTupleProperty.Builder |
builder() |
Object |
getFieldToMatch()
`CfnByteMatchSet.ByteMatchTupleProperty.FieldToMatch`.
|
String |
getPositionalConstraint()
`CfnByteMatchSet.ByteMatchTupleProperty.PositionalConstraint`.
|
default String |
getTargetString()
`CfnByteMatchSet.ByteMatchTupleProperty.TargetString`.
|
default String |
getTargetStringBase64()
`CfnByteMatchSet.ByteMatchTupleProperty.TargetStringBase64`.
|
String |
getTextTransformation()
`CfnByteMatchSet.ByteMatchTupleProperty.TextTransformation`.
|
@Stability(value=Stable) @NotNull Object getFieldToMatch()
@Stability(value=Stable) @NotNull String getPositionalConstraint()
@Stability(value=Stable) @Nullable default String getTargetString()
@Stability(value=Stable) @Nullable default String getTargetStringBase64()
@Stability(value=Stable) @NotNull String getTextTransformation()
@Stability(value=Stable) static CfnByteMatchSet.ByteMatchTupleProperty.Builder builder()
Copyright © 2021. All rights reserved.