Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration.Builder
-
Packages that use LoggingConfiguration.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of LoggingConfiguration.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return LoggingConfiguration.Builder Modifier and Type Method Description static LoggingConfiguration.BuilderLoggingConfiguration. builder()LoggingConfiguration.BuilderLoggingConfiguration.Builder. logDestinationConfigs(Collection<LogDestinationConfig> logDestinationConfigs)Defines the logging destinations for the logs for a firewall.LoggingConfiguration.BuilderLoggingConfiguration.Builder. logDestinationConfigs(Consumer<LogDestinationConfig.Builder>... logDestinationConfigs)Defines the logging destinations for the logs for a firewall.LoggingConfiguration.BuilderLoggingConfiguration.Builder. logDestinationConfigs(LogDestinationConfig... logDestinationConfigs)Defines the logging destinations for the logs for a firewall.LoggingConfiguration.BuilderLoggingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.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.networkfirewall.model with type arguments of type LoggingConfiguration.Builder Modifier and Type Method Description default DescribeLoggingConfigurationResponse.BuilderDescribeLoggingConfigurationResponse.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)Sets the value of the LoggingConfiguration property for this object.default UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)Defines how Network Firewall performs logging for a firewall.default UpdateLoggingConfigurationResponse.BuilderUpdateLoggingConfigurationResponse.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)Sets the value of the LoggingConfiguration property for this object.
-