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, sdkFieldscopyapplyMutation, buildAwsJobPresignedUrlConfig.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 © 2022. All rights reserved.