Interface DataLakeReplicationConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataLakeReplicationConfiguration.Builder,DataLakeReplicationConfiguration>,SdkBuilder<DataLakeReplicationConfiguration.Builder,DataLakeReplicationConfiguration>,SdkPojo
- Enclosing class:
- DataLakeReplicationConfiguration
public static interface DataLakeReplicationConfiguration.Builder extends SdkPojo, CopyableBuilder<DataLakeReplicationConfiguration.Builder,DataLakeReplicationConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataLakeReplicationConfiguration.Builderregions(String... regions)Specifies one or more centralized rollup Regions.DataLakeReplicationConfiguration.Builderregions(Collection<String> regions)Specifies one or more centralized rollup Regions.DataLakeReplicationConfiguration.BuilderroleArn(String roleArn)Replication settings for the Amazon S3 buckets.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
regions
DataLakeReplicationConfiguration.Builder regions(Collection<String> regions)
Specifies one or more centralized rollup Regions. The Amazon Web Services Region specified in the
regionparameter of theCreateDataLakeorUpdateDataLakeoperations contributes data to the rollup Region or Regions specified in this parameter.Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. 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 Regions or within the same Region as the source bucket.
- Parameters:
regions- Specifies one or more centralized rollup Regions. The Amazon Web Services Region specified in theregionparameter of theCreateDataLakeorUpdateDataLakeoperations contributes data to the rollup Region or Regions specified in this parameter.Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. 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 Regions or within the same Region as the source bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
DataLakeReplicationConfiguration.Builder regions(String... regions)
Specifies one or more centralized rollup Regions. The Amazon Web Services Region specified in the
regionparameter of theCreateDataLakeorUpdateDataLakeoperations contributes data to the rollup Region or Regions specified in this parameter.Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. 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 Regions or within the same Region as the source bucket.
- Parameters:
regions- Specifies one or more centralized rollup Regions. The Amazon Web Services Region specified in theregionparameter of theCreateDataLakeorUpdateDataLakeoperations contributes data to the rollup Region or Regions specified in this parameter.Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. 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 Regions or within the same Region as the source bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-