CopyableBuilder<GetBasePathMappingResponse.Builder,GetBasePathMappingResponse>
, SdkBuilder<GetBasePathMappingResponse.Builder,GetBasePathMappingResponse>
public static interface GetBasePathMappingResponse.Builder extends CopyableBuilder<GetBasePathMappingResponse.Builder,GetBasePathMappingResponse>
Modifier and Type | Method | Description |
---|---|---|
GetBasePathMappingResponse.Builder |
basePath(String basePath) |
The base path name that callers of the API must provide as part of the URL after the domain name.
|
GetBasePathMappingResponse.Builder |
restApiId(String restApiId) |
The name of the API.
|
GetBasePathMappingResponse.Builder |
stage(String stage) |
The name of the API's stage.
|
copy
apply, build
GetBasePathMappingResponse.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.GetBasePathMappingResponse.Builder restApiId(String restApiId)
The name of the API.
restApiId
- The name of the API.GetBasePathMappingResponse.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.