| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
ReportDestinationS3.Builder |
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.
|
static ReportDestinationS3.Builder |
ReportDestinationS3.builder() |
ReportDestinationS3.Builder |
ReportDestinationS3.Builder.s3BucketArn(String s3BucketArn)
Specifies the ARN of the S3 bucket where DataSync uploads your report.
|
ReportDestinationS3.Builder |
ReportDestinationS3.Builder.subdirectory(String subdirectory)
Specifies a bucket prefix for your report.
|
ReportDestinationS3.Builder |
ReportDestinationS3.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportDestinationS3.Builder> |
ReportDestinationS3.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReportDestination.Builder |
ReportDestination.Builder.s3(Consumer<ReportDestinationS3.Builder> s3)
Specifies the Amazon S3 bucket where DataSync uploads your task report.
|
Copyright © 2023. All rights reserved.