Interface ReportDestinationS3.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReportDestinationS3.Builder,
,ReportDestinationS3> SdkBuilder<ReportDestinationS3.Builder,
,ReportDestinationS3> SdkPojo
- Enclosing class:
ReportDestinationS3
public static interface ReportDestinationS3.Builder
extends SdkPojo, CopyableBuilder<ReportDestinationS3.Builder,ReportDestinationS3>
-
Method Summary
Modifier and TypeMethodDescriptionbucketAccessRoleArn
(String bucketAccessRoleArn) Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket.s3BucketArn
(String s3BucketArn) Specifies the ARN of the S3 bucket where DataSync uploads your report.subdirectory
(String subdirectory) Specifies a bucket prefix for your report.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-