Interface PresignRequest.Builder

All Known Subinterfaces:
AbortMultipartUploadPresignRequest.Builder, CompleteMultipartUploadPresignRequest.Builder, CreateMultipartUploadPresignRequest.Builder, DeleteObjectPresignRequest.Builder, GetObjectPresignRequest.Builder, PutObjectPresignRequest.Builder, SynthesizeSpeechPresignRequest.Builder, UploadPartPresignRequest.Builder
Enclosing class:
PresignRequest

public static interface PresignRequest.Builder
The base interface for all presign request builders.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      PresignRequest.Builder signatureDuration(Duration 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

      Build the presigned request, based on the configuration on this builder.