| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Authorizer.Builder |
Authorizer.Builder.authorizerCredentialsArn(String authorizerCredentialsArn)
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
|
Authorizer.Builder |
Authorizer.Builder.authorizerId(String authorizerId)
The authorizer identifier.
|
Authorizer.Builder |
Authorizer.Builder.authorizerPayloadFormatVersion(String authorizerPayloadFormatVersion)
Specifies the format of the payload sent to an HTTP API Lambda authorizer.
|
Authorizer.Builder |
Authorizer.Builder.authorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The time to live (TTL) for cached authorizer results, in seconds.
|
Authorizer.Builder |
Authorizer.Builder.authorizerType(AuthorizerType authorizerType)
The authorizer type.
|
Authorizer.Builder |
Authorizer.Builder.authorizerType(String authorizerType)
The authorizer type.
|
Authorizer.Builder |
Authorizer.Builder.authorizerUri(String authorizerUri)
The authorizer's Uniform Resource Identifier (URI).
|
static Authorizer.Builder |
Authorizer.builder() |
Authorizer.Builder |
Authorizer.Builder.enableSimpleResponses(Boolean enableSimpleResponses)
Specifies whether a Lambda authorizer returns a response in a simple format.
|
Authorizer.Builder |
Authorizer.Builder.identitySource(Collection<String> identitySource)
The identity source for which authorization is requested.
|
Authorizer.Builder |
Authorizer.Builder.identitySource(String... identitySource)
The identity source for which authorization is requested.
|
Authorizer.Builder |
Authorizer.Builder.identityValidationExpression(String identityValidationExpression)
The validation expression does not apply to the REQUEST authorizer.
|
default Authorizer.Builder |
Authorizer.Builder.jwtConfiguration(Consumer<JWTConfiguration.Builder> jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
Authorizer.Builder |
Authorizer.Builder.jwtConfiguration(JWTConfiguration jwtConfiguration)
Represents the configuration of a JWT authorizer.
|
Authorizer.Builder |
Authorizer.Builder.name(String name)
The name of the authorizer.
|
Authorizer.Builder |
Authorizer.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Authorizer.Builder> |
Authorizer.serializableBuilderClass() |
Copyright © 2022. All rights reserved.