Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse.Builder
-
Packages that use CreateBasePathMappingResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of CreateBasePathMappingResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateBasePathMappingResponse.Builder Modifier and Type Method Description CreateBasePathMappingResponse.BuilderCreateBasePathMappingResponse.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 CreateBasePathMappingResponse.BuilderCreateBasePathMappingResponse. builder()CreateBasePathMappingResponse.BuilderCreateBasePathMappingResponse.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.CreateBasePathMappingResponse.BuilderCreateBasePathMappingResponse.Builder. stage(String stage)The name of the associated stage.CreateBasePathMappingResponse.BuilderCreateBasePathMappingResponse. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateBasePathMappingResponse.Builder Modifier and Type Method Description static Class<? extends CreateBasePathMappingResponse.Builder>CreateBasePathMappingResponse. serializableBuilderClass()
-