@Stability(value=Stable) public static final class CfnUserPool.CustomSMSSenderProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPool.CustomSMSSenderProperty>
CfnUserPool.CustomSMSSenderProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPool.CustomSMSSenderProperty |
build()
Builds the configured instance.
|
CfnUserPool.CustomSMSSenderProperty.Builder |
lambdaArn(String lambdaArn)
Sets the value of
CfnUserPool.CustomSMSSenderProperty.getLambdaArn() |
CfnUserPool.CustomSMSSenderProperty.Builder |
lambdaVersion(String lambdaVersion)
Sets the value of
CfnUserPool.CustomSMSSenderProperty.getLambdaVersion() |
@Stability(value=Stable) public CfnUserPool.CustomSMSSenderProperty.Builder lambdaArn(String lambdaArn)
CfnUserPool.CustomSMSSenderProperty.getLambdaArn()lambdaArn - The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Cognito triggers to send SMS notifications to users.this@Stability(value=Stable) public CfnUserPool.CustomSMSSenderProperty.Builder lambdaVersion(String lambdaVersion)
CfnUserPool.CustomSMSSenderProperty.getLambdaVersion()lambdaVersion - The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom SMS sender Lambda function.
The only supported value is V1_0 .this@Stability(value=Stable) public CfnUserPool.CustomSMSSenderProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPool.CustomSMSSenderProperty>CfnUserPool.CustomSMSSenderPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.