public static interface LoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration.Builder |
logDestinationConfigs(Collection<LogDestinationConfig> logDestinationConfigs)
Defines the logging destinations for the logs for a firewall.
|
LoggingConfiguration.Builder |
logDestinationConfigs(Consumer<LogDestinationConfig.Builder>... logDestinationConfigs)
Defines the logging destinations for the logs for a firewall.
|
LoggingConfiguration.Builder |
logDestinationConfigs(LogDestinationConfig... logDestinationConfigs)
Defines the logging destinations for the logs for a firewall.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingConfiguration.Builder logDestinationConfigs(Collection<LogDestinationConfig> logDestinationConfigs)
Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups.
logDestinationConfigs - Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for
stateful rule groups.LoggingConfiguration.Builder logDestinationConfigs(LogDestinationConfig... logDestinationConfigs)
Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups.
logDestinationConfigs - Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for
stateful rule groups.LoggingConfiguration.Builder logDestinationConfigs(Consumer<LogDestinationConfig.Builder>... logDestinationConfigs)
Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups.
This is a convenience method that creates an instance of theLogDestinationConfig.Builder avoiding the need
to create one manually via
LogDestinationConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #logDestinationConfigs(List.
logDestinationConfigs - a consumer that will call methods on
LogDestinationConfig.Builder#logDestinationConfigs(java.util.Collection) Copyright © 2023. All rights reserved.