Interface UpdateApiMappingResponse.Builder
-
- All Superinterfaces:
ApiGatewayV2Response.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateApiMappingResponse.Builder,UpdateApiMappingResponse>,SdkBuilder<UpdateApiMappingResponse.Builder,UpdateApiMappingResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateApiMappingResponse
public static interface UpdateApiMappingResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<UpdateApiMappingResponse.Builder,UpdateApiMappingResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateApiMappingResponse.BuilderapiId(String apiId)The API identifier.UpdateApiMappingResponse.BuilderapiMappingId(String apiMappingId)The API mapping identifier.UpdateApiMappingResponse.BuilderapiMappingKey(String apiMappingKey)The API mapping key.UpdateApiMappingResponse.Builderstage(String stage)The API stage.-
Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
apiId
UpdateApiMappingResponse.Builder apiId(String 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
UpdateApiMappingResponse.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
UpdateApiMappingResponse.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
UpdateApiMappingResponse.Builder stage(String stage)
The API stage.
- Parameters:
stage- The API stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-