Uses of Class
software.aws.awsprototypingsdk.openapigateway.ApiGatewayIntegrationResponse.Builder
-
-
Uses of ApiGatewayIntegrationResponse.Builder in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return ApiGatewayIntegrationResponse.Builder Modifier and Type Method Description static ApiGatewayIntegrationResponse.BuilderApiGatewayIntegrationResponse. builder()ApiGatewayIntegrationResponse.BuilderApiGatewayIntegrationResponse.Builder. contentHandling(String contentHandling)Sets the value ofApiGatewayIntegrationResponse.getContentHandling()ApiGatewayIntegrationResponse.BuilderApiGatewayIntegrationResponse.Builder. responseParameters(Map<String,String> responseParameters)Sets the value ofApiGatewayIntegrationResponse.getResponseParameters()ApiGatewayIntegrationResponse.BuilderApiGatewayIntegrationResponse.Builder. responseTemplates(Map<String,String> responseTemplates)Sets the value ofApiGatewayIntegrationResponse.getResponseTemplates()ApiGatewayIntegrationResponse.BuilderApiGatewayIntegrationResponse.Builder. statusCode(String statusCode)Sets the value ofApiGatewayIntegrationResponse.getStatusCode()Constructors in software.aws.awsprototypingsdk.openapigateway with parameters of type ApiGatewayIntegrationResponse.Builder Constructor Description Jsii$Proxy(ApiGatewayIntegrationResponse.Builder builder)Constructor that initializes the object based on literal property values passed by theApiGatewayIntegrationResponse.Builder.
-