Class CfnFirewallAlertLogsS3Props.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.networkfirewall.mixins.CfnFirewallAlertLogsS3Props.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFirewallAlertLogsS3Props>
- Enclosing interface:
CfnFirewallAlertLogsS3Props
@Stability(Experimental)
public static final class CfnFirewallAlertLogsS3Props.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFirewallAlertLogsS3Props>
A builder for
CfnFirewallAlertLogsS3Props-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.encryptionKey(IKeyRef encryptionKey) Sets the value ofCfnFirewallAlertLogsS3Props.getEncryptionKey()outputFormat(CfnFirewallAlertLogsOutputFormat.S3 outputFormat) Sets the value ofCfnFirewallAlertLogsS3Props.getOutputFormat()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
encryptionKey
@Stability(Experimental) public CfnFirewallAlertLogsS3Props.Builder encryptionKey(IKeyRef encryptionKey) Sets the value ofCfnFirewallAlertLogsS3Props.getEncryptionKey()- Parameters:
encryptionKey- Encrpytion key for your delivery bucket.- Returns:
this
-
outputFormat
@Stability(Experimental) public CfnFirewallAlertLogsS3Props.Builder outputFormat(CfnFirewallAlertLogsOutputFormat.S3 outputFormat) Sets the value ofCfnFirewallAlertLogsS3Props.getOutputFormat()- Parameters:
outputFormat- Format for log output, options are json,plain,w3c,parquet.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFirewallAlertLogsS3Props>- Returns:
- a new instance of
CfnFirewallAlertLogsS3Props - Throws:
NullPointerException- if any required attribute was not provided
-