Class WafregionalWebAclLoggingConfigurationRedactedFields.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.wafregional_web_acl.WafregionalWebAclLoggingConfigurationRedactedFields.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<WafregionalWebAclLoggingConfigurationRedactedFields>
- Enclosing interface:
- WafregionalWebAclLoggingConfigurationRedactedFields
@Stability(Stable) public static final class WafregionalWebAclLoggingConfigurationRedactedFields.Builder extends Object implements software.amazon.jsii.Builder<WafregionalWebAclLoggingConfigurationRedactedFields>
A builder forWafregionalWebAclLoggingConfigurationRedactedFields
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WafregionalWebAclLoggingConfigurationRedactedFieldsbuild()Builds the configured instance.WafregionalWebAclLoggingConfigurationRedactedFields.BuilderfieldToMatch(com.hashicorp.cdktf.IResolvable fieldToMatch)Sets the value ofWafregionalWebAclLoggingConfigurationRedactedFields.getFieldToMatch()WafregionalWebAclLoggingConfigurationRedactedFields.BuilderfieldToMatch(List<? extends WafregionalWebAclLoggingConfigurationRedactedFieldsFieldToMatch> fieldToMatch)Sets the value ofWafregionalWebAclLoggingConfigurationRedactedFields.getFieldToMatch()
-
-
-
Method Detail
-
fieldToMatch
@Stability(Stable) public WafregionalWebAclLoggingConfigurationRedactedFields.Builder fieldToMatch(com.hashicorp.cdktf.IResolvable fieldToMatch)
Sets the value ofWafregionalWebAclLoggingConfigurationRedactedFields.getFieldToMatch()- Parameters:
fieldToMatch- field_to_match block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_web_acl#field_to_match WafregionalWebAcl#field_to_match}- Returns:
this
-
fieldToMatch
@Stability(Stable) public WafregionalWebAclLoggingConfigurationRedactedFields.Builder fieldToMatch(List<? extends WafregionalWebAclLoggingConfigurationRedactedFieldsFieldToMatch> fieldToMatch)
Sets the value ofWafregionalWebAclLoggingConfigurationRedactedFields.getFieldToMatch()- Parameters:
fieldToMatch- field_to_match block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_web_acl#field_to_match WafregionalWebAcl#field_to_match}- Returns:
this
-
build
@Stability(Stable) public WafregionalWebAclLoggingConfigurationRedactedFields build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WafregionalWebAclLoggingConfigurationRedactedFields>- Returns:
- a new instance of
WafregionalWebAclLoggingConfigurationRedactedFields - Throws:
NullPointerException- if any required attribute was not provided
-
-