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