Uses of Interface
software.amazon.awssdk.services.apigateway.model.BasePathMapping.Builder
-
Packages that use BasePathMapping.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of BasePathMapping.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return BasePathMapping.Builder Modifier and Type Method Description BasePathMapping.BuilderBasePathMapping.Builder. basePath(String basePath)The base path name that callers of the API must provide as part of the URL after the domain name.static BasePathMapping.BuilderBasePathMapping. builder()BasePathMapping.BuilderBasePathMapping.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.BasePathMapping.BuilderBasePathMapping.Builder. stage(String stage)The name of the associated stage.BasePathMapping.BuilderBasePathMapping. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type BasePathMapping.Builder Modifier and Type Method Description static Class<? extends BasePathMapping.Builder>BasePathMapping. serializableBuilderClass()
-