public static interface Aws4PresignerParams.Builder extends Aws4SignerParams.Builder<Aws4PresignerParams.Builder>, CopyableBuilder<Aws4PresignerParams.Builder,Aws4PresignerParams>
| Modifier and Type | Method and Description |
|---|---|
Aws4PresignerParams |
build() |
Aws4PresignerParams.Builder |
expirationTime(Instant expirationTime)
Sets an expiration time for the presigned url.
|
awsCredentials, checksumParams, doubleUrlEncode, normalizePath, signingClockOverride, signingName, signingRegion, timeOffsetcopyapplyMutationAws4PresignerParams.Builder expirationTime(Instant expirationTime)
SignerConstant.PRESIGN_URL_MAX_EXPIRATION_SECONDS is used.expirationTime - Expiration time for the presigned url expressed in Instant.Aws4PresignerParams build()
build in interface Aws4SignerParams.Builder<Aws4PresignerParams.Builder>build in interface Buildablebuild in interface SdkBuilder<Aws4PresignerParams.Builder,Aws4PresignerParams>Copyright © 2023. All rights reserved.