Uses of Class
software.amazon.awscdk.services.apigateway.Resource.Builder
Packages that use Resource.Builder
-
Uses of Resource.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return Resource.BuilderModifier and TypeMethodDescriptionstatic Resource.Builder
Resource.Builder.defaultCorsPreflightOptions
(CorsOptions defaultCorsPreflightOptions) Adds a CORS preflight OPTIONS method to this resource and all child resources.Resource.Builder.defaultIntegration
(Integration defaultIntegration) An integration to use as a default for all methods created within this API unless an integration is specified.Resource.Builder.defaultMethodOptions
(MethodOptions defaultMethodOptions) Method options to use as a default for all methods created within this API unless custom options are specified.The parent resource of this resource.A path name for the resource.