public static interface AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder extends SdkPojo, CopyableBuilder<AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder,AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder |
authorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The number of seconds a response should be cached for.
|
AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder |
authorizerUri(String authorizerUri)
The Amazon Resource Name (ARN) of the Lambda function to be called for authorization.
|
AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder |
identityValidationExpression(String identityValidationExpression)
A regular expression for validation of tokens before the Lambda function is called.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder authorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The number of seconds a response should be cached for. The default is 5 minutes (300 seconds).
authorizerResultTtlInSeconds - The number of seconds a response should be cached for. The default is 5 minutes (300 seconds).AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder authorizerUri(String authorizerUri)
The Amazon Resource Name (ARN) of the Lambda function to be called for authorization. This can be a standard Lambda ARN, a version ARN (.../v3), or an alias ARN.
authorizerUri - The Amazon Resource Name (ARN) of the Lambda function to be called for authorization. This can be a
standard Lambda ARN, a version ARN (.../v3), or an alias ARN.AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder identityValidationExpression(String identityValidationExpression)
A regular expression for validation of tokens before the Lambda function is called.
identityValidationExpression - A regular expression for validation of tokens before the Lambda function is called.Copyright © 2023. All rights reserved.