Uses of Class
software.aws.awsprototypingsdk.openapigateway.AuthorizerProps.Builder
-
-
Uses of AuthorizerProps.Builder in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return AuthorizerProps.Builder Modifier and Type Method Description AuthorizerProps.BuilderAuthorizerProps.Builder. authorizationScopes(List<String> authorizationScopes)Sets the value ofAuthorizerProps.getAuthorizationScopes()AuthorizerProps.BuilderAuthorizerProps.Builder. authorizationType(software.amazon.awscdk.services.apigateway.AuthorizationType authorizationType)Sets the value ofAuthorizerProps.getAuthorizationType()AuthorizerProps.BuilderAuthorizerProps.Builder. authorizerId(String authorizerId)Sets the value ofAuthorizerProps.getAuthorizerId()static AuthorizerProps.BuilderAuthorizerProps. builder()Constructors in software.aws.awsprototypingsdk.openapigateway with parameters of type AuthorizerProps.Builder Constructor Description Jsii$Proxy(AuthorizerProps.Builder builder)Constructor that initializes the object based on literal property values passed by theAuthorizerProps.Builder.
-