Class CfnConfigurationSetPropsMixin.ArchivingOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnConfigurationSetPropsMixin.ArchivingOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.ArchivingOptionsProperty>
- Enclosing interface:
CfnConfigurationSetPropsMixin.ArchivingOptionsProperty
@Stability(Stable)
public static final class CfnConfigurationSetPropsMixin.ArchivingOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.ArchivingOptionsProperty>
A builder for
CfnConfigurationSetPropsMixin.ArchivingOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchiveArn(String archiveArn) Sets the value ofCfnConfigurationSetPropsMixin.ArchivingOptionsProperty.getArchiveArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
archiveArn
@Stability(Stable) public CfnConfigurationSetPropsMixin.ArchivingOptionsProperty.Builder archiveArn(String archiveArn) Sets the value ofCfnConfigurationSetPropsMixin.ArchivingOptionsProperty.getArchiveArn()- Parameters:
archiveArn- The ARN of the MailManager archive to associate with the configuration set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.ArchivingOptionsProperty>- Returns:
- a new instance of
CfnConfigurationSetPropsMixin.ArchivingOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-