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