public static class ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder extends Object
| Constructor and Description |
|---|
ApiGatewayProxyResponseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayProxyResponse |
build() |
ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder |
withBase64Encoded(boolean base64Encoded) |
ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder |
withBody(String body) |
ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder |
withHeaders(Map<String,String> headers) |
ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder |
withStatusCode(int statusCode) |
public ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder withStatusCode(int statusCode)
public ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder withHeaders(Map<String,String> headers)
public ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder withBody(String body)
public ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder withBase64Encoded(boolean base64Encoded)
public ApiGatewayProxyResponse build()
Copyright © 2017. All Rights Reserved.