Class CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty>
- Enclosing interface:
CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty
@Stability(Stable)
public static final class CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configurationSet(String configurationSet) emailSendingAccount(String emailSendingAccount) replyToEmailAddress(String replyToEmailAddress)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configurationSet
@Stability(Stable) public CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.Builder configurationSet(String configurationSet) Sets the value ofCfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.getConfigurationSet()- Parameters:
configurationSet- the value to be set.- Returns:
this
-
emailSendingAccount
@Stability(Stable) public CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.Builder emailSendingAccount(String emailSendingAccount) Sets the value ofCfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.getEmailSendingAccount()- Parameters:
emailSendingAccount- the value to be set.- Returns:
this
-
from
@Stability(Stable) public CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.Builder from(String from) Sets the value ofCfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.getFrom()- Parameters:
from- the value to be set.- Returns:
this
-
replyToEmailAddress
@Stability(Stable) public CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.Builder replyToEmailAddress(String replyToEmailAddress) Sets the value ofCfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.getReplyToEmailAddress()- Parameters:
replyToEmailAddress- the value to be set.- Returns:
this
-
sourceArn
@Stability(Stable) public CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.Builder sourceArn(String sourceArn) Sets the value ofCfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty.getSourceArn()- Parameters:
sourceArn- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty>- Returns:
- a new instance of
CfnUserPoolRegionalConfigurationAttachmentPropsMixin.EmailConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-