Interface CreateRouteResponseResponse.Builder
-
- All Superinterfaces:
ApiGatewayV2Response.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateRouteResponseResponse.Builder,CreateRouteResponseResponse>,SdkBuilder<CreateRouteResponseResponse.Builder,CreateRouteResponseResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateRouteResponseResponse
public static interface CreateRouteResponseResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<CreateRouteResponseResponse.Builder,CreateRouteResponseResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRouteResponseResponse.BuildermodelSelectionExpression(String modelSelectionExpression)Represents the model selection expression of a route response.CreateRouteResponseResponse.BuilderresponseModels(Map<String,String> responseModels)Represents the response models of a route response.CreateRouteResponseResponse.BuilderresponseParameters(Map<String,ParameterConstraints> responseParameters)Represents the response parameters of a route response.CreateRouteResponseResponse.BuilderrouteResponseId(String routeResponseId)Represents the identifier of a route response.CreateRouteResponseResponse.BuilderrouteResponseKey(String routeResponseKey)Represents the route response key of a route response.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
modelSelectionExpression
CreateRouteResponseResponse.Builder modelSelectionExpression(String modelSelectionExpression)
Represents the model selection expression of a route response. Supported only for WebSocket APIs.
- Parameters:
modelSelectionExpression- Represents the model selection expression of a route response. Supported only for WebSocket APIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
responseModels
CreateRouteResponseResponse.Builder responseModels(Map<String,String> responseModels)
Represents the response models of a route response.
- Parameters:
responseModels- Represents the response models of a route response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
responseParameters
CreateRouteResponseResponse.Builder responseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
- Parameters:
responseParameters- Represents the response parameters of a route response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeResponseId
CreateRouteResponseResponse.Builder routeResponseId(String routeResponseId)
Represents the identifier of a route response.
- Parameters:
routeResponseId- Represents the identifier of a route response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeResponseKey
CreateRouteResponseResponse.Builder routeResponseKey(String routeResponseKey)
Represents the route response key of a route response.
- Parameters:
routeResponseKey- Represents the route response key of a route response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-