public static interface CustomSMSLambdaVersionConfigType.Builder extends SdkPojo, CopyableBuilder<CustomSMSLambdaVersionConfigType.Builder,CustomSMSLambdaVersionConfigType>
| Modifier and Type | Method and Description |
|---|---|
CustomSMSLambdaVersionConfigType.Builder |
lambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications
to users.
|
CustomSMSLambdaVersionConfigType.Builder |
lambdaVersion(CustomSMSSenderLambdaVersionType lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function.
|
CustomSMSLambdaVersionConfigType.Builder |
lambdaVersion(String lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomSMSLambdaVersionConfigType.Builder lambdaVersion(String lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function. The only supported value is V1_0.
lambdaVersion - Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your
custom SMS Lambda function. The only supported value is V1_0.CustomSMSSenderLambdaVersionType,
CustomSMSSenderLambdaVersionTypeCustomSMSLambdaVersionConfigType.Builder lambdaVersion(CustomSMSSenderLambdaVersionType lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function. The only supported value is V1_0.
lambdaVersion - Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your
custom SMS Lambda function. The only supported value is V1_0.CustomSMSSenderLambdaVersionType,
CustomSMSSenderLambdaVersionTypeCustomSMSLambdaVersionConfigType.Builder lambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications to users.
lambdaArn - The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS
notifications to users.Copyright © 2022. All rights reserved.