Uses of Interface
software.amazon.awssdk.services.apigateway.model.GatewayResponse.Builder
Packages that use GatewayResponse.Builder
-
Uses of GatewayResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GatewayResponse.BuilderModifier and TypeMethodDescriptionstatic GatewayResponse.BuilderGatewayResponse.builder()GatewayResponse.Builder.defaultResponse(Boolean defaultResponse) A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true) or not (false).GatewayResponse.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.Builder.responseTemplates(Map<String, String> responseTemplates) Response templates of the GatewayResponse as a string-to-string map of key-value pairs.GatewayResponse.Builder.responseType(String responseType) The response type of the associated GatewayResponse.GatewayResponse.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.GatewayResponse.Builder.statusCode(String statusCode) The HTTP status code for this GatewayResponse.GatewayResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GatewayResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GatewayResponse.Builder>GatewayResponse.serializableBuilderClass()