| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfiguration.Builder |
LoggingConfiguration.builder() |
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.logDestinationConfigs(Collection<String> logDestinationConfigs)
The logging destination configuration that you want to associate with the web ACL.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.logDestinationConfigs(String... logDestinationConfigs)
The logging destination configuration that you want to associate with the web ACL.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.loggingFilter(Consumer<LoggingFilter.Builder> loggingFilter)
Filtering that specifies which web requests are kept in the logs and which are dropped.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.loggingFilter(LoggingFilter loggingFilter)
Filtering that specifies which web requests are kept in the logs and which are dropped.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.managedByFirewallManager(Boolean managedByFirewallManager)
Indicates whether the logging configuration was created by Firewall Manager, as part of an WAF policy
configuration.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want to keep out of the logs.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(Consumer<FieldToMatch.Builder>... redactedFields)
The parts of the request that you want to keep out of the logs.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.redactedFields(FieldToMatch... redactedFields)
The parts of the request that you want to keep out of the logs.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the web ACL that you want to associate with
LogDestinationConfigs. |
LoggingConfiguration.Builder |
LoggingConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingConfiguration.Builder> |
LoggingConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetLoggingConfigurationResponse.Builder |
GetLoggingConfigurationResponse.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
|
default PutLoggingConfigurationRequest.Builder |
PutLoggingConfigurationRequest.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
This is a convenience method that creates an instance of the
LoggingConfiguration.Builder avoiding
the need to create one manually via LoggingConfiguration.builder(). |
default PutLoggingConfigurationResponse.Builder |
PutLoggingConfigurationResponse.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
This is a convenience method that creates an instance of the
LoggingConfiguration.Builder avoiding
the need to create one manually via LoggingConfiguration.builder(). |
Copyright © 2023. All rights reserved.