Interface CustomEmailLambdaVersionConfigType.Builder

    • Method Detail

      • lambdaVersion

        CustomEmailLambdaVersionConfigType.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 LambdaVersion of V1_0 with 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 LambdaVersion of V1_0 with a custom sender function.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomEmailSenderLambdaVersionType, CustomEmailSenderLambdaVersionType
      • lambdaVersion

        CustomEmailLambdaVersionConfigType.Builder lambdaVersion​(CustomEmailSenderLambdaVersionType 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 LambdaVersion of V1_0 with 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 LambdaVersion of V1_0 with a custom sender function.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomEmailSenderLambdaVersionType, CustomEmailSenderLambdaVersionType
      • lambdaArn

        CustomEmailLambdaVersionConfigType.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.