Class CfnEmailAddress.AliasConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnEmailAddress.AliasConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEmailAddress.AliasConfigurationProperty>
- Enclosing interface:
CfnEmailAddress.AliasConfigurationProperty
@Stability(Stable)
public static final class CfnEmailAddress.AliasConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEmailAddress.AliasConfigurationProperty>
A builder for
CfnEmailAddress.AliasConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.emailAddressArn(String emailAddressArn) Sets the value ofCfnEmailAddress.AliasConfigurationProperty.getEmailAddressArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
emailAddressArn
@Stability(Stable) public CfnEmailAddress.AliasConfigurationProperty.Builder emailAddressArn(String emailAddressArn) Sets the value ofCfnEmailAddress.AliasConfigurationProperty.getEmailAddressArn()- Parameters:
emailAddressArn- The identifier of the email address alias. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEmailAddress.AliasConfigurationProperty>- Returns:
- a new instance of
CfnEmailAddress.AliasConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-