Interface AwsJobPresignedUrlConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsJobPresignedUrlConfig.Builder,
,AwsJobPresignedUrlConfig> SdkBuilder<AwsJobPresignedUrlConfig.Builder,
,AwsJobPresignedUrlConfig> SdkPojo
- Enclosing class:
AwsJobPresignedUrlConfig
public static interface AwsJobPresignedUrlConfig.Builder
extends SdkPojo, CopyableBuilder<AwsJobPresignedUrlConfig.Builder,AwsJobPresignedUrlConfig>
-
Method Summary
Modifier and TypeMethodDescriptionexpiresInSec
(Long expiresInSec) How long (in seconds) pre-signed URLs are valid.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-