public static interface UpdateBasePathMappingResponse.Builder extends ApiGatewayResponse.Builder, CopyableBuilder<UpdateBasePathMappingResponse.Builder,UpdateBasePathMappingResponse>
Modifier and Type | Method and 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 string identifier of the associated RestApi.
|
UpdateBasePathMappingResponse.Builder |
stage(String stage)
The name of the associated stage.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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.
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 string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.UpdateBasePathMappingResponse.Builder stage(String stage)
The name of the associated stage.
stage
- The name of the associated stage.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.