Uses of Interface
software.amazon.awssdk.services.waf.model.LoggingConfiguration.Builder
-
Packages that use LoggingConfiguration.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of LoggingConfiguration.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return LoggingConfiguration.Builder Modifier and Type Method Description static LoggingConfiguration.BuilderLoggingConfiguration. builder()LoggingConfiguration.BuilderLoggingConfiguration.Builder. logDestinationConfigs(String... logDestinationConfigs)An array of Amazon Kinesis Data Firehose ARNs.LoggingConfiguration.BuilderLoggingConfiguration.Builder. logDestinationConfigs(Collection<String> logDestinationConfigs)An array of Amazon Kinesis Data Firehose ARNs.LoggingConfiguration.BuilderLoggingConfiguration.Builder. redactedFields(Collection<FieldToMatch> redactedFields)The parts of the request that you want redacted from the logs.LoggingConfiguration.BuilderLoggingConfiguration.Builder. redactedFields(Consumer<FieldToMatch.Builder>... redactedFields)The parts of the request that you want redacted from the logs.LoggingConfiguration.BuilderLoggingConfiguration.Builder. redactedFields(FieldToMatch... redactedFields)The parts of the request that you want redacted from the logs.LoggingConfiguration.BuilderLoggingConfiguration.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the web ACL that you want to associate withLogDestinationConfigs.LoggingConfiguration.BuilderLoggingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type LoggingConfiguration.Builder Modifier and Type Method Description static Class<? extends LoggingConfiguration.Builder>LoggingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type LoggingConfiguration.Builder Modifier and Type Method Description default GetLoggingConfigurationResponse.BuilderGetLoggingConfigurationResponse.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)The LoggingConfiguration for the specified web ACL.default PutLoggingConfigurationRequest.BuilderPutLoggingConfigurationRequest.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.default PutLoggingConfigurationResponse.BuilderPutLoggingConfigurationResponse.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)The LoggingConfiguration that you submitted in the request.
-