TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.body(String body) |
The body of the HTTP response.
|
static TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.builder() |
|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.headers(Map<String,String> headers) |
The headers of the HTTP response.
|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.latency(Long latency) |
The execution latency, in ms, of the test invoke request.
|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.log(String log) |
The API Gateway execution log for the test invoke request.
|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.multiValueHeaders(Map<String,? extends Collection<String>> multiValueHeaders) |
The headers of the HTTP response as a map from string to list of values.
|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.Builder.status(Integer status) |
The HTTP status code.
|
TestInvokeMethodResponse.Builder |
TestInvokeMethodResponse.toBuilder() |
|