Interface InboundFederationLambdaType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InboundFederationLambdaType.Builder,,InboundFederationLambdaType> SdkBuilder<InboundFederationLambdaType.Builder,,InboundFederationLambdaType> SdkPojo
- Enclosing class:
- InboundFederationLambdaType
@Mutable
@NotThreadSafe
public static interface InboundFederationLambdaType.Builder
extends SdkPojo, CopyableBuilder<InboundFederationLambdaType.Builder,InboundFederationLambdaType>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.lambdaVersion(String lambdaVersion) The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.lambdaVersion(InboundFederationLambdaVersionType 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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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 an inbound federation 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 an inbound federation function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 an inbound federation 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 an inbound federation function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-