Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
Packages that use CreateAuthorizerRequest.Builder
Package
Description
-
Uses of CreateAuthorizerRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateAuthorizerRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest) Adds a new Authorizer resource to an existing RestApi resource.default CreateAuthorizerResponseApiGatewayClient.createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest) Adds a new Authorizer resource to an existing RestApi resource. -
Uses of CreateAuthorizerRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateAuthorizerRequest.BuilderModifier and TypeMethodDescriptionCreateAuthorizerRequest.Builder.authorizerCredentials(String authorizerCredentials) Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.CreateAuthorizerRequest.Builder.authorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds) The TTL in seconds of cached authorizer results.CreateAuthorizerRequest.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.CreateAuthorizerRequest.builder()CreateAuthorizerRequest.Builder.identitySource(String identitySource) The identity source for which authorization is requested.CreateAuthorizerRequest.Builder.identityValidationExpression(String identityValidationExpression) A validation expression for the incoming identity token.The name of the authorizer.CreateAuthorizerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateAuthorizerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateAuthorizerRequest.Builder.providerARNs(String... providerARNs) A list of the Amazon Cognito user pool ARNs for theCOGNITO_USER_POOLSauthorizer.CreateAuthorizerRequest.Builder.providerARNs(Collection<String> providerARNs) A list of the Amazon Cognito user pool ARNs for theCOGNITO_USER_POOLSauthorizer.The string identifier of the associated RestApi.CreateAuthorizerRequest.toBuilder()The authorizer type.CreateAuthorizerRequest.Builder.type(AuthorizerType type) The authorizer type.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateAuthorizerRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateAuthorizerRequest.Builder>CreateAuthorizerRequest.serializableBuilderClass()