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