Interface PreTokenGenerationVersionConfigType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PreTokenGenerationVersionConfigType.Builder,PreTokenGenerationVersionConfigType>,SdkBuilder<PreTokenGenerationVersionConfigType.Builder,PreTokenGenerationVersionConfigType>,SdkPojo
- Enclosing class:
- PreTokenGenerationVersionConfigType
public static interface PreTokenGenerationVersionConfigType.Builder extends SdkPojo, CopyableBuilder<PreTokenGenerationVersionConfigType.Builder,PreTokenGenerationVersionConfigType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PreTokenGenerationVersionConfigType.BuilderlambdaArn(String lambdaArn)The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.PreTokenGenerationVersionConfigType.BuilderlambdaVersion(String lambdaVersion)The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.PreTokenGenerationVersionConfigType.BuilderlambdaVersion(PreTokenGenerationLambdaVersionType 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
lambdaVersion
PreTokenGenerationVersionConfigType.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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PreTokenGenerationLambdaVersionType,PreTokenGenerationLambdaVersionType
-
lambdaVersion
PreTokenGenerationVersionConfigType.Builder lambdaVersion(PreTokenGenerationLambdaVersionType 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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PreTokenGenerationLambdaVersionType,PreTokenGenerationLambdaVersionType
-
lambdaArn
PreTokenGenerationVersionConfigType.Builder lambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
This parameter and the
PreTokenGenerationproperty ofLambdaConfighave the same value. For new instances of pre token generation triggers, setLambdaArn.- Parameters:
lambdaArn- The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.This parameter and the
PreTokenGenerationproperty ofLambdaConfighave the same value. For new instances of pre token generation triggers, setLambdaArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-