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