| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Authorizer.Builder |
Authorizer.Builder.authorizerCredentials(String authorizerCredentials)
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
|
Authorizer.Builder |
Authorizer.Builder.authorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The TTL in seconds of cached authorizer results.
|
Authorizer.Builder |
Authorizer.Builder.authorizerUri(String authorizerUri)
Specifies the authorizer's Uniform Resource Identifier (URI).
|
Authorizer.Builder |
Authorizer.Builder.authType(String authType)
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
|
static Authorizer.Builder |
Authorizer.builder() |
Authorizer.Builder |
Authorizer.Builder.id(String id)
The identifier for the authorizer resource.
|
Authorizer.Builder |
Authorizer.Builder.identitySource(String identitySource)
The identity source for which authorization is requested.
|
Authorizer.Builder |
Authorizer.Builder.identityValidationExpression(String identityValidationExpression)
A validation expression for the incoming identity token.
|
Authorizer.Builder |
Authorizer.Builder.name(String name)
The name of the authorizer.
|
Authorizer.Builder |
Authorizer.Builder.providerARNs(Collection<String> providerARNs)
A list of the Amazon Cognito user pool ARNs for the
COGNITO_USER_POOLS authorizer. |
Authorizer.Builder |
Authorizer.Builder.providerARNs(String... providerARNs)
A list of the Amazon Cognito user pool ARNs for the
COGNITO_USER_POOLS authorizer. |
Authorizer.Builder |
Authorizer.toBuilder() |
Authorizer.Builder |
Authorizer.Builder.type(AuthorizerType type)
The authorizer type.
|
Authorizer.Builder |
Authorizer.Builder.type(String type)
The authorizer type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Authorizer.Builder> |
Authorizer.serializableBuilderClass() |
Copyright © 2023. All rights reserved.