Uses of Interface
software.amazon.awssdk.http.SdkHttpRequest.Builder
Packages that use SdkHttpRequest.Builder
-
Uses of SdkHttpRequest.Builder in software.amazon.awssdk.http
Subinterfaces of SdkHttpRequest.Builder in software.amazon.awssdk.httpMethods in software.amazon.awssdk.http that return SdkHttpRequest.BuilderModifier and TypeMethodDescriptionSdkHttpRequest.Builder.appendHeader(String headerName, String headerValue) Add a single header to be included in the created HTTP request.SdkHttpRequest.Builder.appendRawQueryParameter(String paramName, String paramValue) Add a single un-encoded query parameter to be included in the created HTTP request.static SdkHttpRequest.BuilderSdkHttpRequest.builder()SdkHttpRequest.Builder.clearHeaders()Removes all headers from this builder.SdkHttpRequest.Builder.clearQueryParameters()Removes all query parameters from this builder.SdkHttpRequest.Builder.encodedPath(String path) Configure anSdkHttpRequest.encodedPath()to be used in the created HTTP request.Configure anSdkHttpHeaders.headers()to be used in the created HTTP request.Configure aSdkHttpRequest.host()to be used in the created HTTP request.SdkHttpRequest.Builder.method(SdkHttpMethod httpMethod) Configure anSdkHttpRequest.method()to be used in the created HTTP request.Configure aSdkHttpRequest.port()to be used in the created HTTP request.Configure aSdkHttpRequest.protocol()to be used in the created HTTP request.default SdkHttpRequest.BuilderAdd a single header to be included in the created HTTP request.Add a single header with multiple values to be included in the created HTTP request.default SdkHttpRequest.BuilderSdkHttpRequest.Builder.putRawQueryParameter(String paramName, String paramValue) Add a single un-encoded query parameter to be included in the created HTTP request.SdkHttpRequest.Builder.putRawQueryParameter(String paramName, List<String> paramValues) Add a single un-encoded query parameter with multiple values to be included in the created HTTP request.SdkHttpRequest.Builder.rawQueryParameters(Map<String, List<String>> queryParameters) Configure anSdkHttpRequest.rawQueryParameters()to be used in the created HTTP request.SdkHttpRequest.Builder.removeHeader(String headerName) Remove all values for the requested header from this builder.SdkHttpRequest.Builder.removeQueryParameter(String paramName) Remove all values for the requested query parameter from this builder.default SdkHttpRequest.BuilderConvenience method to set theprotocol(),host(),port(),encodedPath()and extracts query parameters from a URI string.default SdkHttpRequest.BuilderConvenience method to set theprotocol(),host(),port(),encodedPath()and extracts query parameters from aURIobject.Method parameters in software.amazon.awssdk.http with type arguments of type SdkHttpRequest.BuilderModifier and TypeMethodDescriptionSdkHttpFullRequest.Builder.applyMutation(Consumer<SdkHttpRequest.Builder> mutator)