Interface UpdateLoggingConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLoggingConfigurationRequest.Builder,UpdateLoggingConfigurationRequest>,NetworkFirewallRequest.Builder,SdkBuilder<UpdateLoggingConfigurationRequest.Builder,UpdateLoggingConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLoggingConfigurationRequest
public static interface UpdateLoggingConfigurationRequest.Builder extends NetworkFirewallRequest.Builder, SdkPojo, CopyableBuilder<UpdateLoggingConfigurationRequest.Builder,UpdateLoggingConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateLoggingConfigurationRequest.BuilderfirewallArn(String firewallArn)The Amazon Resource Name (ARN) of the firewall.UpdateLoggingConfigurationRequest.BuilderfirewallName(String firewallName)The descriptive name of the firewall.default UpdateLoggingConfigurationRequest.BuilderloggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)Defines how Network Firewall performs logging for a firewall.UpdateLoggingConfigurationRequest.BuilderloggingConfiguration(LoggingConfiguration loggingConfiguration)Defines how Network Firewall performs logging for a firewall.UpdateLoggingConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLoggingConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
firewallArn
UpdateLoggingConfigurationRequest.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.
- Parameters:
firewallArn- The Amazon Resource Name (ARN) of the firewall.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallName
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfiguration
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.
- Parameters:
loggingConfiguration- Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network Firewall disables logging for the firewall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfiguration
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.Builderavoiding the need to create one manually viaLoggingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologgingConfiguration(LoggingConfiguration).- Parameters:
loggingConfiguration- a consumer that will call methods onLoggingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loggingConfiguration(LoggingConfiguration)
-
overrideConfiguration
UpdateLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-