public static interface ReportDestinationS3.Builder extends SdkPojo, CopyableBuilder<ReportDestinationS3.Builder,ReportDestinationS3>
| Modifier and Type | Method and Description |
|---|---|
ReportDestinationS3.Builder |
bucketAccessRoleArn(String bucketAccessRoleArn)
Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to
your S3 bucket.
|
ReportDestinationS3.Builder |
s3BucketArn(String s3BucketArn)
Specifies the ARN of the S3 bucket where DataSync uploads your report.
|
ReportDestinationS3.Builder |
subdirectory(String subdirectory)
Specifies a bucket prefix for your report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportDestinationS3.Builder subdirectory(String subdirectory)
Specifies a bucket prefix for your report.
subdirectory - Specifies a bucket prefix for your report.ReportDestinationS3.Builder s3BucketArn(String s3BucketArn)
Specifies the ARN of the S3 bucket where DataSync uploads your report.
s3BucketArn - Specifies the ARN of the S3 bucket where DataSync uploads your report.ReportDestinationS3.Builder bucketAccessRoleArn(String bucketAccessRoleArn)
Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket. For more information, see Allowing DataSync to upload a task report to an Amazon S3 bucket.
bucketAccessRoleArn - Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task
report to your S3 bucket. For more information, see Allowing DataSync to upload a task report to an Amazon S3 bucket.Copyright © 2023. All rights reserved.