Uses of Class
software.amazon.awscdk.services.apigateway.BasePathMapping.Builder
Packages that use BasePathMapping.Builder
-
Uses of BasePathMapping.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return BasePathMapping.BuilderModifier and TypeMethodDescriptionBasePathMapping.Builder.attachToStage(Boolean attachToStage) Whether to attach the base path mapping to a stage.The base path name that callers of the API must provide in the URL after the domain name (e.g.static BasePathMapping.BuilderBasePathMapping.Builder.domainName(IDomainNameRef domainName) The DomainName to associate with this base path mapping.BasePathMapping.Builder.restApi(IRestApiRef restApi) The RestApi resource to target.The Deployment stage of API [disable-awslint:ref-via-interface].