Interface CustomSMSLambdaVersionConfigType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomSMSLambdaVersionConfigType.Builder,CustomSMSLambdaVersionConfigType>,SdkBuilder<CustomSMSLambdaVersionConfigType.Builder,CustomSMSLambdaVersionConfigType>,SdkPojo
- Enclosing class:
- CustomSMSLambdaVersionConfigType
public static interface CustomSMSLambdaVersionConfigType.Builder extends SdkPojo, CopyableBuilder<CustomSMSLambdaVersionConfigType.Builder,CustomSMSLambdaVersionConfigType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomSMSLambdaVersionConfigType.BuilderlambdaArn(String lambdaArn)The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.CustomSMSLambdaVersionConfigType.BuilderlambdaVersion(String lambdaVersion)The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.CustomSMSLambdaVersionConfigType.BuilderlambdaVersion(CustomSMSSenderLambdaVersionType lambdaVersion)The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
lambdaVersion
CustomSMSLambdaVersionConfigType.Builder lambdaVersion(String lambdaVersion)
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.
You must use a
LambdaVersionofV1_0with a custom sender function.- Parameters:
lambdaVersion- The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.You must use a
LambdaVersionofV1_0with a custom sender function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomSMSSenderLambdaVersionType,CustomSMSSenderLambdaVersionType
-
lambdaVersion
CustomSMSLambdaVersionConfigType.Builder lambdaVersion(CustomSMSSenderLambdaVersionType lambdaVersion)
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.
You must use a
LambdaVersionofV1_0with a custom sender function.- Parameters:
lambdaVersion- The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.You must use a
LambdaVersionofV1_0with a custom sender function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomSMSSenderLambdaVersionType,CustomSMSSenderLambdaVersionType
-
lambdaArn
CustomSMSLambdaVersionConfigType.Builder lambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
- Parameters:
lambdaArn- The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-