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