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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportDestinationS3.BuilderbucketAccessRoleArn(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.Builders3BucketArn(String s3BucketArn)Specifies the ARN of the S3 bucket where DataSync uploads your report.ReportDestinationS3.Buildersubdirectory(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 Detail
-
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.
-
-