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