@Stability(value=Stable) public static final class CfnLoggingConfigurationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLoggingConfigurationProps>
CfnLoggingConfigurationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLoggingConfigurationProps |
build()
Builds the configured instance.
|
CfnLoggingConfigurationProps.Builder |
firewallArn(String firewallArn)
Sets the value of
CfnLoggingConfigurationProps.getFirewallArn() |
CfnLoggingConfigurationProps.Builder |
firewallName(String firewallName)
Sets the value of
CfnLoggingConfigurationProps.getFirewallName() |
CfnLoggingConfigurationProps.Builder |
loggingConfiguration(CfnLoggingConfiguration.LoggingConfigurationProperty loggingConfiguration)
Sets the value of
CfnLoggingConfigurationProps.getLoggingConfiguration() |
CfnLoggingConfigurationProps.Builder |
loggingConfiguration(IResolvable loggingConfiguration)
Sets the value of
CfnLoggingConfigurationProps.getLoggingConfiguration() |
@Stability(value=Stable) public CfnLoggingConfigurationProps.Builder firewallArn(String firewallArn)
CfnLoggingConfigurationProps.getFirewallArn()firewallArn - The Amazon Resource Name (ARN) of the `Firewall` that the logging configuration is associated with. This parameter is required.
You can't change the firewall specification after you create the logging configuration.this@Stability(value=Stable) public CfnLoggingConfigurationProps.Builder loggingConfiguration(IResolvable loggingConfiguration)
CfnLoggingConfigurationProps.getLoggingConfiguration()loggingConfiguration - Defines how AWS Network Firewall performs logging for a `Firewall` . This parameter is required.this@Stability(value=Stable) public CfnLoggingConfigurationProps.Builder loggingConfiguration(CfnLoggingConfiguration.LoggingConfigurationProperty loggingConfiguration)
CfnLoggingConfigurationProps.getLoggingConfiguration()loggingConfiguration - Defines how AWS Network Firewall performs logging for a `Firewall` . This parameter is required.this@Stability(value=Stable) public CfnLoggingConfigurationProps.Builder firewallName(String firewallName)
CfnLoggingConfigurationProps.getFirewallName()firewallName - The name of the firewall that the logging configuration is associated with.
You can't change the firewall specification after you create the logging configuration.this@Stability(value=Stable) public CfnLoggingConfigurationProps build()
build in interface software.amazon.jsii.Builder<CfnLoggingConfigurationProps>CfnLoggingConfigurationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.