| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetBasePathMappingResponse.Builder |
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.
|
static GetBasePathMappingResponse.Builder |
GetBasePathMappingResponse.builder() |
GetBasePathMappingResponse.Builder |
GetBasePathMappingResponse.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
GetBasePathMappingResponse.Builder |
GetBasePathMappingResponse.Builder.stage(String stage)
The name of the associated stage.
|
GetBasePathMappingResponse.Builder |
GetBasePathMappingResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBasePathMappingResponse.Builder> |
GetBasePathMappingResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.