Uses of Interface
software.amazon.awssdk.services.apigateway.model.GatewayResponse.Builder
-
Packages that use GatewayResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of GatewayResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GatewayResponse.Builder Modifier and Type Method Description static GatewayResponse.BuilderGatewayResponse. builder()GatewayResponse.BuilderGatewayResponse.Builder. defaultResponse(Boolean defaultResponse)A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true) or not (false).GatewayResponse.BuilderGatewayResponse.Builder. responseParameters(Map<String,String> responseParameters)Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.GatewayResponse.BuilderGatewayResponse.Builder. responseTemplates(Map<String,String> responseTemplates)Response templates of the GatewayResponse as a string-to-string map of key-value pairs.GatewayResponse.BuilderGatewayResponse.Builder. responseType(String responseType)The response type of the associated GatewayResponse.GatewayResponse.BuilderGatewayResponse.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponse.GatewayResponse.BuilderGatewayResponse.Builder. statusCode(String statusCodeValue)The HTTP status code for this GatewayResponse.GatewayResponse.BuilderGatewayResponse. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GatewayResponse.Builder Modifier and Type Method Description static Class<? extends GatewayResponse.Builder>GatewayResponse. serializableBuilderClass()
-