Interface ReportDestinationS3.Builder

  • Method Details

    • subdirectory

      ReportDestinationS3.Builder subdirectory(String subdirectory)

      Specifies a bucket prefix for your report.

      Parameters:
      subdirectory - Specifies a bucket prefix for your report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3BucketArn

      ReportDestinationS3.Builder s3BucketArn(String s3BucketArn)

      Specifies the ARN of the S3 bucket where DataSync uploads your report.

      Parameters:
      s3BucketArn - Specifies the ARN of the S3 bucket where DataSync uploads your report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketAccessRoleArn

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.