Uses of Class
software.aws.awsprototypingsdk.openapigateway.OpenApiOptions.Builder
-
-
Uses of OpenApiOptions.Builder in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return OpenApiOptions.Builder Modifier and Type Method Description static OpenApiOptions.BuilderOpenApiOptions. builder()OpenApiOptions.BuilderOpenApiOptions.Builder. corsOptions(software.amazon.awscdk.services.apigateway.CorsOptions corsOptions)Sets the value ofOpenApiOptions.getCorsOptions()OpenApiOptions.BuilderOpenApiOptions.Builder. defaultAuthorizer(Authorizer defaultAuthorizer)Sets the value ofOpenApiOptions.getDefaultAuthorizer()OpenApiOptions.BuilderOpenApiOptions.Builder. integrations(Map<String,? extends OpenApiIntegration> integrations)Sets the value ofOpenApiOptions.getIntegrations()OpenApiOptions.BuilderOpenApiOptions.Builder. operationLookup(Map<String,? extends MethodAndPath> operationLookup)Sets the value ofOpenApiOptions.getOperationLookup()Constructors in software.aws.awsprototypingsdk.openapigateway with parameters of type OpenApiOptions.Builder Constructor Description Jsii$Proxy(OpenApiOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theOpenApiOptions.Builder.
-