Uses of Interface
software.amazon.awssdk.services.datasync.model.ReportDestinationS3.Builder
-
Packages that use ReportDestinationS3.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ReportDestinationS3.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ReportDestinationS3.Builder Modifier and Type Method Description ReportDestinationS3.BuilderReportDestinationS3.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.BuilderReportDestinationS3. builder()ReportDestinationS3.BuilderReportDestinationS3.Builder. s3BucketArn(String s3BucketArn)Specifies the ARN of the S3 bucket where DataSync uploads your report.ReportDestinationS3.BuilderReportDestinationS3.Builder. subdirectory(String subdirectory)Specifies a bucket prefix for your report.ReportDestinationS3.BuilderReportDestinationS3. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ReportDestinationS3.Builder Modifier and Type Method Description static Class<? extends ReportDestinationS3.Builder>ReportDestinationS3. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type ReportDestinationS3.Builder Modifier and Type Method Description default ReportDestination.BuilderReportDestination.Builder. s3(Consumer<ReportDestinationS3.Builder> s3)Specifies the Amazon S3 bucket where DataSync uploads your task report.
-