@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 - `AWS::NetworkFirewall::LoggingConfiguration.FirewallArn`. This parameter is required.this@Stability(value=Stable) public CfnLoggingConfigurationProps.Builder loggingConfiguration(CfnLoggingConfiguration.LoggingConfigurationProperty loggingConfiguration)
CfnLoggingConfigurationProps.getLoggingConfiguration()loggingConfiguration - `AWS::NetworkFirewall::LoggingConfiguration.LoggingConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnLoggingConfigurationProps.Builder loggingConfiguration(IResolvable loggingConfiguration)
CfnLoggingConfigurationProps.getLoggingConfiguration()loggingConfiguration - `AWS::NetworkFirewall::LoggingConfiguration.LoggingConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnLoggingConfigurationProps.Builder firewallName(String firewallName)
CfnLoggingConfigurationProps.getFirewallName()firewallName - `AWS::NetworkFirewall::LoggingConfiguration.FirewallName`.this@Stability(value=Stable) public CfnLoggingConfigurationProps build()
build in interface software.amazon.jsii.Builder<CfnLoggingConfigurationProps>CfnLoggingConfigurationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.