Uses of Class
software.amazon.awscdk.services.wafv2.CfnLoggingConfigurationProps.Builder
-
Uses of CfnLoggingConfigurationProps.Builder in software.amazon.awscdk.services.wafv2
Modifier and TypeMethodDescriptionCfnLoggingConfigurationProps.builder()
CfnLoggingConfigurationProps.Builder.logDestinationConfigs
(List<String> logDestinationConfigs) Sets the value ofCfnLoggingConfigurationProps.getLogDestinationConfigs()
CfnLoggingConfigurationProps.Builder.loggingFilter
(Object loggingFilter) Sets the value ofCfnLoggingConfigurationProps.getLoggingFilter()
CfnLoggingConfigurationProps.Builder.redactedFields
(List<? extends Object> redactedFields) Sets the value ofCfnLoggingConfigurationProps.getRedactedFields()
CfnLoggingConfigurationProps.Builder.redactedFields
(IResolvable redactedFields) Sets the value ofCfnLoggingConfigurationProps.getRedactedFields()
CfnLoggingConfigurationProps.Builder.resourceArn
(String resourceArn) Sets the value ofCfnLoggingConfigurationProps.getResourceArn()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLoggingConfigurationProps.Builder
.