public static interface Aws4PresignerParams.Builder extends Aws4SignerParams.Builder<Aws4PresignerParams.Builder>
Modifier and Type | Method and Description |
---|---|
Aws4PresignerParams |
build() |
Aws4PresignerParams.Builder |
expirationTime(Instant expirationTime)
Sets an expiration time for the presigned url.
|
awsCredentials, doubleUrlEncode, signingClockOverride, signingName, signingRegion, timeOffset
Aws4PresignerParams.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>
Copyright © 2019. All rights reserved.