CopyableBuilder<UpdateBasePathMappingResponse.Builder,UpdateBasePathMappingResponse>, SdkBuilder<UpdateBasePathMappingResponse.Builder,UpdateBasePathMappingResponse>public static interface UpdateBasePathMappingResponse.Builder extends CopyableBuilder<UpdateBasePathMappingResponse.Builder,UpdateBasePathMappingResponse>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateBasePathMappingResponse.Builder |
basePath(String basePath) |
The base path name that callers of the API must provide as part of the URL after the domain name.
|
UpdateBasePathMappingResponse.Builder |
restApiId(String restApiId) |
The name of the API.
|
UpdateBasePathMappingResponse.Builder |
stage(String stage) |
The name of the API's stage.
|
copyapply, buildUpdateBasePathMappingResponse.Builder basePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath - The base path name that callers of the API must provide as part of the URL after the domain name.UpdateBasePathMappingResponse.Builder restApiId(String restApiId)
The name of the API.
restApiId - The name of the API.UpdateBasePathMappingResponse.Builder stage(String stage)
The name of the API's stage.
stage - The name of the API's stage.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.