Uses of Class
software.amazon.awscdk.services.apigateway.CfnRestApi.Builder
Packages that use CfnRestApi.Builder
-
Uses of CfnRestApi.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return CfnRestApi.BuilderModifier and TypeMethodDescriptionCfnRestApi.Builder.apiKeySourceType(String apiKeySourceType) The source of the API key for metering requests according to a usage plan.CfnRestApi.Builder.binaryMediaTypes(List<String> binaryMediaTypes) The list of binary media types supported by the RestApi.An OpenAPI specification that defines a set of RESTful APIs in JSON format.CfnRestApi.Builder.bodyS3Location(IResolvable bodyS3Location) The Amazon Simple Storage Service (Amazon S3) location that points to an OpenAPI file, which defines a set of RESTful APIs in JSON or YAML format.CfnRestApi.Builder.bodyS3Location(CfnRestApi.S3LocationProperty bodyS3Location) The Amazon Simple Storage Service (Amazon S3) location that points to an OpenAPI file, which defines a set of RESTful APIs in JSON or YAML format.The ID of the RestApi that you want to clone from.static CfnRestApi.BuilderCfnRestApi.Builder.description(String description) The description of the RestApi.CfnRestApi.Builder.disableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint) Specifies whether clients can invoke your API by using the defaultexecute-apiendpoint.CfnRestApi.Builder.disableExecuteApiEndpoint(IResolvable disableExecuteApiEndpoint) Specifies whether clients can invoke your API by using the defaultexecute-apiendpoint.CfnRestApi.Builder.endpointConfiguration(IResolvable endpointConfiguration) A list of the endpoint types of the API.CfnRestApi.Builder.endpointConfiguration(CfnRestApi.EndpointConfigurationProperty endpointConfiguration) A list of the endpoint types of the API.CfnRestApi.Builder.failOnWarnings(Boolean failOnWarnings) A query parameter to indicate whether to rollback the API update (true) or not (false) when a warning is encountered.CfnRestApi.Builder.failOnWarnings(IResolvable failOnWarnings) A query parameter to indicate whether to rollback the API update (true) or not (false) when a warning is encountered.CfnRestApi.Builder.minimumCompressionSize(Number minimumCompressionSize) A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.This property applies only when you use OpenAPI to define your REST API.The name of the RestApi.CfnRestApi.Builder.parameters(Map<String, String> parameters) Custom header parameters as part of the request.CfnRestApi.Builder.parameters(IResolvable parameters) Custom header parameters as part of the request.A policy document that contains the permissions for theRestApiresource.The key-value map of strings.