Interface AwsJobPresignedUrlConfig.Builder

    • Method Detail

      • expiresInSec

        AwsJobPresignedUrlConfig.Builder expiresInSec​(Long expiresInSec)

        How long (in seconds) pre-signed URLs are valid. Valid values are 60 - 3600, the default value is 1800 seconds. Pre-signed URLs are generated when a request for the job document is received.

        Parameters:
        expiresInSec - How long (in seconds) pre-signed URLs are valid. Valid values are 60 - 3600, the default value is 1800 seconds. Pre-signed URLs are generated when a request for the job document is received.
        Returns:
        Returns a reference to this object so that method calls can be chained together.