Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
Packages that use CreateAuthorizerResponse.Builder
-
Uses of CreateAuthorizerResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateAuthorizerResponse.BuilderModifier and TypeMethodDescriptionCreateAuthorizerResponse.Builder.authorizerCredentials(String authorizerCredentials) Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.CreateAuthorizerResponse.Builder.authorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds) The TTL in seconds of cached authorizer results.CreateAuthorizerResponse.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.CreateAuthorizerResponse.builder()The identifier for the authorizer resource.CreateAuthorizerResponse.Builder.identitySource(String identitySource) The identity source for which authorization is requested.CreateAuthorizerResponse.Builder.identityValidationExpression(String identityValidationExpression) A validation expression for the incoming identity token.The name of the authorizer.CreateAuthorizerResponse.Builder.providerARNs(String... providerARNs) A list of the Amazon Cognito user pool ARNs for theCOGNITO_USER_POOLSauthorizer.CreateAuthorizerResponse.Builder.providerARNs(Collection<String> providerARNs) A list of the Amazon Cognito user pool ARNs for theCOGNITO_USER_POOLSauthorizer.CreateAuthorizerResponse.toBuilder()The authorizer type.CreateAuthorizerResponse.Builder.type(AuthorizerType type) The authorizer type.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateAuthorizerResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateAuthorizerResponse.Builder>CreateAuthorizerResponse.serializableBuilderClass()