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