Uses of Interface
software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
Packages that use Authorizer.Builder
-
Uses of Authorizer.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return Authorizer.BuilderModifier and TypeMethodDescriptionAuthorizer.Builder.authorizerCredentials(String authorizerCredentials) Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.Authorizer.Builder.authorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds) The TTL in seconds of cached authorizer results.Authorizer.Builder.authorizerUri(String authorizerUri) Specifies the authorizer's Uniform Resource Identifier (URI).Optional customer-defined field, used in OpenAPI imports and exports without functional impact.static Authorizer.BuilderAuthorizer.builder()The identifier for the authorizer resource.Authorizer.Builder.identitySource(String identitySource) The identity source for which authorization is requested.Authorizer.Builder.identityValidationExpression(String identityValidationExpression) A validation expression for the incoming identity token.The name of the authorizer.Authorizer.Builder.providerARNs(String... providerARNs) A list of the Amazon Cognito user pool ARNs for theCOGNITO_USER_POOLSauthorizer.Authorizer.Builder.providerARNs(Collection<String> providerARNs) A list of the Amazon Cognito user pool ARNs for theCOGNITO_USER_POOLSauthorizer.Authorizer.toBuilder()The authorizer type.Authorizer.Builder.type(AuthorizerType type) The authorizer type.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type Authorizer.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Authorizer.Builder>Authorizer.serializableBuilderClass()