Interface CreateApiMappingResponse.Builder
- All Superinterfaces:
- ApiGatewayV2Response.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateApiMappingResponse.Builder,,- CreateApiMappingResponse> - SdkBuilder<CreateApiMappingResponse.Builder,,- CreateApiMappingResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateApiMappingResponse
@Mutable
@NotThreadSafe
public static interface CreateApiMappingResponse.Builder
extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<CreateApiMappingResponse.Builder,CreateApiMappingResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe API identifier.apiMappingId(String apiMappingId) The API mapping identifier.apiMappingKey(String apiMappingKey) The API mapping key.The API stage.Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
apiIdThe API identifier. - Parameters:
- apiId- The API identifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
apiMappingIdThe API mapping identifier. - Parameters:
- apiMappingId- The API mapping identifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
apiMappingKeyThe API mapping key. - Parameters:
- apiMappingKey- The API mapping key.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stageThe API stage. - Parameters:
- stage- The API stage.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-