public static interface GetApiMappingsResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<GetApiMappingsResponse.Builder,GetApiMappingsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApiMappingsResponse.Builder |
apiId(String apiId)
The API identifier.
|
GetApiMappingsResponse.Builder |
apiMappingId(String apiMappingId)
The API mapping identifier.
|
GetApiMappingsResponse.Builder |
apiMappingKey(String apiMappingKey)
The API mapping key.
|
GetApiMappingsResponse.Builder |
stage(String stage)
The API stage.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetApiMappingsResponse.Builder apiId(String apiId)
The API identifier.
apiId - The API identifier.GetApiMappingsResponse.Builder apiMappingId(String apiMappingId)
The API mapping identifier.
apiMappingId - The API mapping identifier.GetApiMappingsResponse.Builder apiMappingKey(String apiMappingKey)
The API mapping key.
apiMappingKey - The API mapping key.GetApiMappingsResponse.Builder stage(String stage)
The API stage.
stage - The API stage.Copyright © 2019. All rights reserved.