public static interface AwsJobPresignedUrlConfig.Builder extends SdkPojo, CopyableBuilder<AwsJobPresignedUrlConfig.Builder,AwsJobPresignedUrlConfig>
Modifier and Type | Method and Description |
---|---|
AwsJobPresignedUrlConfig.Builder |
expiresInSec(Long expiresInSec)
How long (in seconds) pre-signed URLs are valid.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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.Copyright © 2023. All rights reserved.