Uses of Class
software.aws.awsprototypingsdk.openapigateway.OpenApiGatewayWebAclOptions.Builder
-
-
Uses of OpenApiGatewayWebAclOptions.Builder in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return OpenApiGatewayWebAclOptions.Builder Modifier and Type Method Description static OpenApiGatewayWebAclOptions.BuilderOpenApiGatewayWebAclOptions. builder()OpenApiGatewayWebAclOptions.BuilderOpenApiGatewayWebAclOptions.Builder. cidrAllowList(CidrAllowList cidrAllowList)Sets the value ofOpenApiGatewayWebAclOptions.getCidrAllowList()OpenApiGatewayWebAclOptions.BuilderOpenApiGatewayWebAclOptions.Builder. disable(Boolean disable)Sets the value ofOpenApiGatewayWebAclOptions.getDisable()OpenApiGatewayWebAclOptions.BuilderOpenApiGatewayWebAclOptions.Builder. managedRules(List<? extends ManagedRule> managedRules)Sets the value ofOpenApiGatewayWebAclOptions.getManagedRules()Constructors in software.aws.awsprototypingsdk.openapigateway with parameters of type OpenApiGatewayWebAclOptions.Builder Constructor Description Jsii$Proxy(OpenApiGatewayWebAclOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theOpenApiGatewayWebAclOptions.Builder.
-