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