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