Interface PresignRequest.Builder
- All Known Implementing Classes:
PresignRequest.DefaultBuilder
- Enclosing class:
- PresignRequest
The base interface for all presign request builders.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the presigned request, based on the configuration on this builder.signatureDuration(Duration signatureDuration) Specifies the duration for which this presigned request should be valid.
-
Method Details
-
signatureDuration
Specifies the duration for which this presigned request should be valid. After this time has expired, attempting to use the presigned request will fail. -
build
PresignRequest build()Build the presigned request, based on the configuration on this builder.
-