public static interface DataLakeReplicationConfiguration.Builder extends SdkPojo, CopyableBuilder<DataLakeReplicationConfiguration.Builder,DataLakeReplicationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DataLakeReplicationConfiguration.Builder |
regions(Collection<String> regions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
DataLakeReplicationConfiguration.Builder |
regions(String... regions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
DataLakeReplicationConfiguration.Builder |
roleArn(String roleArn)
Replication settings for the Amazon S3 buckets.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataLakeReplicationConfiguration.Builder regions(Collection<String> regions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same Amazon Web Services account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions or within the same Region as the source bucket.
Set up one or more rollup Regions by providing the Region or Regions that should contribute to the central rollup Region.
regions - Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3
buckets that are configured for object replication can be owned by the same Amazon Web Services
account or by different accounts. You can replicate objects to a single destination bucket or to
multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions
or within the same Region as the source bucket.
Set up one or more rollup Regions by providing the Region or Regions that should contribute to the central rollup Region.
DataLakeReplicationConfiguration.Builder regions(String... regions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same Amazon Web Services account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions or within the same Region as the source bucket.
Set up one or more rollup Regions by providing the Region or Regions that should contribute to the central rollup Region.
regions - Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3
buckets that are configured for object replication can be owned by the same Amazon Web Services
account or by different accounts. You can replicate objects to a single destination bucket or to
multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions
or within the same Region as the source bucket.
Set up one or more rollup Regions by providing the Region or Regions that should contribute to the central rollup Region.
DataLakeReplicationConfiguration.Builder roleArn(String roleArn)
Replication settings for the Amazon S3 buckets. This parameter uses the Identity and Access Management (IAM) role you created that is managed by Security Lake, to ensure the replication setting is correct.
roleArn - Replication settings for the Amazon S3 buckets. This parameter uses the Identity and Access Management
(IAM) role you created that is managed by Security Lake, to ensure the replication setting is correct.Copyright © 2023. All rights reserved.