public static interface UpdateLoggingConfigurationRequest.Builder extends NetworkFirewallRequest.Builder, SdkPojo, CopyableBuilder<UpdateLoggingConfigurationRequest.Builder,UpdateLoggingConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLoggingConfigurationRequest.Builder |
firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
UpdateLoggingConfigurationRequest.Builder |
firewallName(String firewallName)
The descriptive name of the firewall.
|
default UpdateLoggingConfigurationRequest.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
Defines how Network Firewall performs logging for a firewall.
|
UpdateLoggingConfigurationRequest.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
Defines how Network Firewall performs logging for a firewall.
|
UpdateLoggingConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLoggingConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLoggingConfigurationRequest.Builder firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
firewallArn - The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
UpdateLoggingConfigurationRequest.Builder firewallName(String firewallName)
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
firewallName - The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
UpdateLoggingConfigurationRequest.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network Firewall disables logging for the firewall.
loggingConfiguration - Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network
Firewall disables logging for the firewall.default UpdateLoggingConfigurationRequest.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network Firewall disables logging for the firewall.
This is a convenience method that creates an instance of theLoggingConfiguration.Builder avoiding
the need to create one manually via LoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loggingConfiguration(LoggingConfiguration).
loggingConfiguration - a consumer that will call methods on LoggingConfiguration.BuilderloggingConfiguration(LoggingConfiguration)UpdateLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.