Package com.pulumi.aws.waf.outputs
Class WebAclLoggingConfigurationRedactedFields.Builder
- java.lang.Object
-
- com.pulumi.aws.waf.outputs.WebAclLoggingConfigurationRedactedFields.Builder
-
- Enclosing class:
- WebAclLoggingConfigurationRedactedFields
public static final class WebAclLoggingConfigurationRedactedFields.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclLoggingConfigurationRedactedFields defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebAclLoggingConfigurationRedactedFields
build()
WebAclLoggingConfigurationRedactedFields.Builder
fieldToMatches(WebAclLoggingConfigurationRedactedFieldsFieldToMatch... fieldToMatches)
WebAclLoggingConfigurationRedactedFields.Builder
fieldToMatches(java.util.List<WebAclLoggingConfigurationRedactedFieldsFieldToMatch> fieldToMatches)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclLoggingConfigurationRedactedFields defaults)
-
-
Method Detail
-
fieldToMatches
public WebAclLoggingConfigurationRedactedFields.Builder fieldToMatches(java.util.List<WebAclLoggingConfigurationRedactedFieldsFieldToMatch> fieldToMatches)
-
fieldToMatches
public WebAclLoggingConfigurationRedactedFields.Builder fieldToMatches(WebAclLoggingConfigurationRedactedFieldsFieldToMatch... fieldToMatches)
-
build
public WebAclLoggingConfigurationRedactedFields build()
-
-