Class CfnUserPoolPropsMixin.EumsSmsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.EumsSmsConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPoolPropsMixin.EumsSmsConfigurationProperty>
- Enclosing interface:
CfnUserPoolPropsMixin.EumsSmsConfigurationProperty
@Stability(Stable)
public static final class CfnUserPoolPropsMixin.EumsSmsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserPoolPropsMixin.EumsSmsConfigurationProperty>
A builder for
CfnUserPoolPropsMixin.EumsSmsConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnUserPoolPropsMixin.EumsSmsConfigurationProperty.getCallerArn()configurationSetName(String configurationSetName) externalId(String externalId) Sets the value ofCfnUserPoolPropsMixin.EumsSmsConfigurationProperty.getExternalId()inEntityId(String inEntityId) Sets the value ofCfnUserPoolPropsMixin.EumsSmsConfigurationProperty.getInEntityId()inTemplateId(String inTemplateId) Sets the value ofCfnUserPoolPropsMixin.EumsSmsConfigurationProperty.getInTemplateId()originationIdentity(String originationIdentity) Sets the value ofCfnUserPoolPropsMixin.EumsSmsConfigurationProperty.getRegion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
callerArn
@Stability(Stable) public CfnUserPoolPropsMixin.EumsSmsConfigurationProperty.Builder callerArn(String callerArn) Sets the value ofCfnUserPoolPropsMixin.EumsSmsConfigurationProperty.getCallerArn()- Parameters:
callerArn- the value to be set.- Returns:
this
-
configurationSetName
@Stability(Stable) public CfnUserPoolPropsMixin.EumsSmsConfigurationProperty.Builder configurationSetName(String configurationSetName) - Parameters:
configurationSetName- the value to be set.- Returns:
this
-
externalId
@Stability(Stable) public CfnUserPoolPropsMixin.EumsSmsConfigurationProperty.Builder externalId(String externalId) Sets the value ofCfnUserPoolPropsMixin.EumsSmsConfigurationProperty.getExternalId()- Parameters:
externalId- the value to be set.- Returns:
this
-
inEntityId
@Stability(Stable) public CfnUserPoolPropsMixin.EumsSmsConfigurationProperty.Builder inEntityId(String inEntityId) Sets the value ofCfnUserPoolPropsMixin.EumsSmsConfigurationProperty.getInEntityId()- Parameters:
inEntityId- the value to be set.- Returns:
this
-
inTemplateId
@Stability(Stable) public CfnUserPoolPropsMixin.EumsSmsConfigurationProperty.Builder inTemplateId(String inTemplateId) Sets the value ofCfnUserPoolPropsMixin.EumsSmsConfigurationProperty.getInTemplateId()- Parameters:
inTemplateId- the value to be set.- Returns:
this
-
originationIdentity
@Stability(Stable) public CfnUserPoolPropsMixin.EumsSmsConfigurationProperty.Builder originationIdentity(String originationIdentity) - Parameters:
originationIdentity- the value to be set.- Returns:
this
-
region
@Stability(Stable) public CfnUserPoolPropsMixin.EumsSmsConfigurationProperty.Builder region(String region) Sets the value ofCfnUserPoolPropsMixin.EumsSmsConfigurationProperty.getRegion()- Parameters:
region- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserPoolPropsMixin.EumsSmsConfigurationProperty>- Returns:
- a new instance of
CfnUserPoolPropsMixin.EumsSmsConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-