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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #logDestinationConfigs(List) .logDestinationConfigs - a consumer that will call methods on List.Builder #logDestinationConfigs(List) Copyright © 2021. All rights reserved.