public static interface S3Destination.Builder extends SdkPojo, CopyableBuilder<S3Destination.Builder,S3Destination>
Modifier and Type | Method and Description |
---|---|
S3Destination.Builder |
bucketName(String bucketName)
The name of an S3 bucket within which harvested content will be exported
|
S3Destination.Builder |
manifestKey(String manifestKey)
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
|
S3Destination.Builder |
roleArn(String roleArn)
The IAM role used to write to the specified S3 bucket
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
S3Destination.Builder bucketName(String bucketName)
bucketName
- The name of an S3 bucket within which harvested content will be exportedS3Destination.Builder manifestKey(String manifestKey)
manifestKey
- The key in the specified S3 bucket where the harvested top-level manifest will be placed.S3Destination.Builder roleArn(String roleArn)
roleArn
- The IAM role used to write to the specified S3 bucketCopyright © 2021 Amazon Web Services, Inc. All Rights Reserved.