public static interface HttpExecuteResponse.Builder
| Modifier and Type | Method and Description |
|---|---|
HttpExecuteResponse |
build() |
HttpExecuteResponse.Builder |
response(SdkHttpResponse response)
Set the HTTP response to be executed by the client.
|
HttpExecuteResponse.Builder |
responseBody(AbortableInputStream inputStream)
Set the
InputStream to be returned by the client. |
HttpExecuteResponse.Builder response(SdkHttpResponse response)
response - The response.HttpExecuteResponse.Builder responseBody(AbortableInputStream inputStream)
InputStream to be returned by the client.inputStream - The InputStreamHttpExecuteResponse build()
Copyright © 2019. All rights reserved.