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