Interface PresignRequest.Builder

    • Method Detail

      • 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

        PresignRequest build()
        Build the presigned request, based on the configuration on this builder.