Interface GetApiMappingResponse.Builder

All Superinterfaces:
ApiGatewayV2Response.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<GetApiMappingResponse.Builder,GetApiMappingResponse>, SdkBuilder<GetApiMappingResponse.Builder,GetApiMappingResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetApiMappingResponse

public static interface GetApiMappingResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<GetApiMappingResponse.Builder,GetApiMappingResponse>
  • Method Details

    • apiId

      The API identifier.

      Parameters:
      apiId - The API identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • apiMappingId

      GetApiMappingResponse.Builder apiMappingId(String apiMappingId)

      The API mapping identifier.

      Parameters:
      apiMappingId - The API mapping identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • apiMappingKey

      GetApiMappingResponse.Builder apiMappingKey(String apiMappingKey)

      The API mapping key.

      Parameters:
      apiMappingKey - The API mapping key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stage

      The API stage.

      Parameters:
      stage - The API stage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.