CopyableBuilder<Http.Builder,Http>, SdkBuilder<Http.Builder,Http>public static interface Http.Builder extends CopyableBuilder<Http.Builder,Http>
| Modifier and Type | Method | Description |
|---|---|---|
Http.Builder |
clientIp(String clientIp) |
The IP address of the requestor.
|
Http.Builder |
httpMethod(String httpMethod) |
The request method.
|
Http.Builder |
httpStatus(Integer httpStatus) |
The response status.
|
Http.Builder |
httpURL(String httpURL) |
The request URL.
|
Http.Builder |
userAgent(String userAgent) |
The request's user agent string.
|
copyapply, buildHttp.Builder httpURL(String httpURL)
The request URL.
httpURL - The request URL.Http.Builder httpStatus(Integer httpStatus)
The response status.
httpStatus - The response status.Http.Builder httpMethod(String httpMethod)
The request method.
httpMethod - The request method.Http.Builder userAgent(String userAgent)
The request's user agent string.
userAgent - The request's user agent string.Http.Builder clientIp(String clientIp)
The IP address of the requestor.
clientIp - The IP address of the requestor.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.