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