Class CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty>
- Enclosing interface:
CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty
@Stability(Stable)
public static final class CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configurationSetName(String configurationSetName) configurationSetName(IConfigurationSetRef configurationSetName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configurationSetName
@Stability(Stable) public CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty.Builder configurationSetName(String configurationSetName) Sets the value ofCfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty.getConfigurationSetName()- Parameters:
configurationSetName- The configuration set to associate with an email identity.- Returns:
this
-
configurationSetName
@Stability(Stable) public CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty.Builder configurationSetName(IConfigurationSetRef configurationSetName) Sets the value ofCfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty.getConfigurationSetName()- Parameters:
configurationSetName- The configuration set to associate with an email identity.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty>- Returns:
- a new instance of
CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty - Throws:
NullPointerException- if any required attribute was not provided
-