Uses of Interface
software.amazon.awssdk.awscore.presigner.PresignedRequest.Builder
-
Packages that use PresignedRequest.Builder Package Description software.amazon.awssdk.awscore.presigner -
-
Uses of PresignedRequest.Builder in software.amazon.awssdk.awscore.presigner
Classes in software.amazon.awssdk.awscore.presigner that implement PresignedRequest.Builder Modifier and Type Class Description protected static classPresignedRequest.DefaultBuilder<B extends PresignedRequest.DefaultBuilder<B>>Methods in software.amazon.awssdk.awscore.presigner that return PresignedRequest.Builder Modifier and Type Method Description PresignedRequest.BuilderPresignedRequest.Builder. expiration(Instant expiration)Configure the exact SERVICE time that the request will expire.PresignedRequest.BuilderPresignedRequest.Builder. httpRequest(SdkHttpRequest httpRequest)Configure the entire SigV4 query-parameter signed request (minus the payload), that can be transmitted as-is to a service using any HTTP client that implement the SDK's HTTP client SPI.PresignedRequest.BuilderPresignedRequest.Builder. isBrowserExecutable(Boolean isBrowserExecutable)Configure whether the url returned by the url method can be executed in a browser.PresignedRequest.BuilderPresignedRequest.Builder. signedHeaders(Map<String,List<String>> signedHeaders)Configure the subset of headers that were signed, and MUST be included in the presigned request to prevent the request from failing.PresignedRequest.BuilderPresignedRequest.Builder. signedPayload(SdkBytes signedPayload)Configure the payload that was signed.
-