public static interface PresignedUrlConfig.Builder extends SdkPojo, CopyableBuilder<PresignedUrlConfig.Builder,PresignedUrlConfig>
| Modifier and Type | Method and Description |
|---|---|
PresignedUrlConfig.Builder |
expiresInSec(Long expiresInSec)
How long (in seconds) pre-signed URLs are valid.
|
PresignedUrlConfig.Builder |
roleArn(String roleArn)
The ARN of an IAM role that grants grants permission to download files from the S3 bucket where the job
data/updates are stored.
|
copyapplyMutation, buildPresignedUrlConfig.Builder roleArn(String roleArn)
The ARN of an IAM role that grants grants permission to download files from the S3 bucket where the job data/updates are stored. The role must also grant permission for IoT to download the files.
roleArn - The ARN of an IAM role that grants grants permission to download files from the S3 bucket where the
job data/updates are stored. The role must also grant permission for IoT to download the files.PresignedUrlConfig.Builder expiresInSec(Long expiresInSec)
How long (in seconds) pre-signed URLs are valid. Valid values are 60 - 3600, the default value is 3600 seconds. Pre-signed URLs are generated when Jobs receives an MQTT request for the job document.
expiresInSec - How long (in seconds) pre-signed URLs are valid. Valid values are 60 - 3600, the default value is 3600
seconds. Pre-signed URLs are generated when Jobs receives an MQTT request for the job document.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.