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