Uses of Interface
software.amazon.awssdk.awscore.presigner.PresignedRequest.Builder
Packages that use PresignedRequest.Builder
-
Uses of PresignedRequest.Builder in software.amazon.awssdk.awscore.presigner
Classes in software.amazon.awssdk.awscore.presigner that implement PresignedRequest.BuilderModifier and TypeClassDescriptionprotected static classMethods in software.amazon.awssdk.awscore.presigner that return PresignedRequest.BuilderModifier and TypeMethodDescriptionPresignedRequest.Builder.expiration(Instant expiration) Configure the exact SERVICE time that the request will expire.PresignedRequest.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.Builder.isBrowserExecutable(Boolean isBrowserExecutable) Configure whether the url returned by the url method can be executed in a browser.PresignedRequest.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.Builder.signedPayload(SdkBytes signedPayload) Configure the payload that was signed.