Class PresignRequest.DefaultBuilder<B extends PresignRequest.DefaultBuilder<B>>
java.lang.Object
software.amazon.awssdk.awscore.presigner.PresignRequest.DefaultBuilder<B>
- All Implemented Interfaces:
PresignRequest.Builder
- Enclosing class:
- PresignRequest
@SdkProtectedApi
protected abstract static class PresignRequest.DefaultBuilder<B extends PresignRequest.DefaultBuilder<B>>
extends Object
implements PresignRequest.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsignatureDuration(Duration signatureDuration) Specifies the duration for which this presigned request should be valid.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.awscore.presigner.PresignRequest.Builder
build
-
Constructor Details
-
DefaultBuilder
protected DefaultBuilder() -
DefaultBuilder
-
-
Method Details
-
signatureDuration
Description copied from interface:PresignRequest.BuilderSpecifies the duration for which this presigned request should be valid. After this time has expired, attempting to use the presigned request will fail.- Specified by:
signatureDurationin interfacePresignRequest.Builder
-