Interface WafregionalRegexMatchSetRegexMatchTupleFieldToMatch
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WafregionalRegexMatchSetRegexMatchTupleFieldToMatch.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.571Z") @Stability(Stable) public interface WafregionalRegexMatchSetRegexMatchTupleFieldToMatch extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWafregionalRegexMatchSetRegexMatchTupleFieldToMatch.BuilderA builder forWafregionalRegexMatchSetRegexMatchTupleFieldToMatchstatic classWafregionalRegexMatchSetRegexMatchTupleFieldToMatch.Jsii$ProxyAn implementation forWafregionalRegexMatchSetRegexMatchTupleFieldToMatch
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static WafregionalRegexMatchSetRegexMatchTupleFieldToMatch.Builderbuilder()default StringgetData()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#data WafregionalRegexMatchSet#data}.StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#type WafregionalRegexMatchSet#type}.
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#type WafregionalRegexMatchSet#type}.
-
getData
@Stability(Stable) @Nullable default String getData()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#data WafregionalRegexMatchSet#data}.
-
builder
@Stability(Stable) static WafregionalRegexMatchSetRegexMatchTupleFieldToMatch.Builder builder()
-
-