Class CfnConfigurationSet.ArchivingOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnConfigurationSet.ArchivingOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSet.ArchivingOptionsProperty>
- Enclosing interface:
CfnConfigurationSet.ArchivingOptionsProperty
@Stability(Stable)
public static final class CfnConfigurationSet.ArchivingOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSet.ArchivingOptionsProperty>
A builder for
CfnConfigurationSet.ArchivingOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchiveArn(String archiveArn) Sets the value ofCfnConfigurationSet.ArchivingOptionsProperty.getArchiveArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
archiveArn
@Stability(Stable) public CfnConfigurationSet.ArchivingOptionsProperty.Builder archiveArn(String archiveArn) Sets the value ofCfnConfigurationSet.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<CfnConfigurationSet.ArchivingOptionsProperty>- Returns:
- a new instance of
CfnConfigurationSet.ArchivingOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-