public static class Http.S3Request.Builder extends Object
Http.S3Request.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Http.S3Request.Builder |
args(BaseArgs args) |
Http.S3Request.Builder |
body(Http.Body body) |
Http.S3Request |
build() |
Http.S3Request.Builder |
headers(Http.Headers headers) |
Http.S3Request.Builder |
method(Http.Method method) |
Http.S3Request.Builder |
queryParams(Http.QueryParameters queryParams) |
Http.S3Request.Builder |
userAgent(String userAgent) |
public Http.S3Request.Builder userAgent(String userAgent)
public Http.S3Request.Builder method(Http.Method method)
public Http.S3Request.Builder args(BaseArgs args)
public Http.S3Request.Builder headers(Http.Headers headers)
public Http.S3Request.Builder queryParams(Http.QueryParameters queryParams)
public Http.S3Request.Builder body(Http.Body body)
public Http.S3Request build()