Class AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder,AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder,AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails>
Specifies the authorization configuration for using an Lambda function with your AppSync GraphQL API endpoint.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerauthorizerResultTtlInSeconds()The number of seconds a response should be cached for.StringauthorizerUri()The Amazon Resource Name (ARN) of the Lambda function to be called for authorization.static AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityValidationExpression()A regular expression for validation of tokens before the Lambda function is called.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder>serializableBuilderClass()AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
authorizerResultTtlInSeconds
public final Integer authorizerResultTtlInSeconds()
The number of seconds a response should be cached for. The default is 5 minutes (300 seconds).
- Returns:
- The number of seconds a response should be cached for. The default is 5 minutes (300 seconds).
-
authorizerUri
public final 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.
- Returns:
- 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.
-
identityValidationExpression
public final String identityValidationExpression()
A regular expression for validation of tokens before the Lambda function is called.
- Returns:
- A regular expression for validation of tokens before the Lambda function is called.
-
toBuilder
public AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder toBuilder()
-
builder
public static AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-