public static interface LakeConfigurationRequest.Builder extends SdkPojo, CopyableBuilder<LakeConfigurationRequest.Builder,LakeConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
LakeConfigurationRequest.Builder |
encryptionKey(String encryptionKey)
The type of encryption key used by Security Lake to encrypt the lake configuration object.
|
LakeConfigurationRequest.Builder |
replicationDestinationRegions(Collection<Region> replicationDestinationRegions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
LakeConfigurationRequest.Builder |
replicationDestinationRegions(Region... replicationDestinationRegions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
LakeConfigurationRequest.Builder |
replicationDestinationRegionsWithStrings(Collection<String> replicationDestinationRegions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
LakeConfigurationRequest.Builder |
replicationDestinationRegionsWithStrings(String... replicationDestinationRegions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
LakeConfigurationRequest.Builder |
replicationRoleArn(String replicationRoleArn)
Replication settings for the Amazon S3 buckets.
|
LakeConfigurationRequest.Builder |
retentionSettings(Collection<RetentionSetting> retentionSettings)
Retention settings for the destination Amazon S3 buckets.
|
LakeConfigurationRequest.Builder |
retentionSettings(Consumer<RetentionSetting.Builder>... retentionSettings)
Retention settings for the destination Amazon S3 buckets.
|
LakeConfigurationRequest.Builder |
retentionSettings(RetentionSetting... retentionSettings)
Retention settings for the destination Amazon S3 buckets.
|
LakeConfigurationRequest.Builder |
tagsMap(Map<String,String> tagsMap)
A tag is a label that you assign to an Amazon Web Services resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLakeConfigurationRequest.Builder encryptionKey(String encryptionKey)
The type of encryption key used by Security Lake to encrypt the lake configuration object.
encryptionKey - The type of encryption key used by Security Lake to encrypt the lake configuration object.LakeConfigurationRequest.Builder replicationDestinationRegionsWithStrings(Collection<String> replicationDestinationRegions)
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.
replicationDestinationRegions - 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.
LakeConfigurationRequest.Builder replicationDestinationRegionsWithStrings(String... replicationDestinationRegions)
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.
replicationDestinationRegions - 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.
LakeConfigurationRequest.Builder replicationDestinationRegions(Collection<Region> replicationDestinationRegions)
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.
replicationDestinationRegions - 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.
LakeConfigurationRequest.Builder replicationDestinationRegions(Region... replicationDestinationRegions)
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.
replicationDestinationRegions - 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.
LakeConfigurationRequest.Builder replicationRoleArn(String replicationRoleArn)
Replication settings for the Amazon S3 buckets. This parameter uses the IAM role created by you that is managed by Security Lake, to ensure the replication setting is correct.
replicationRoleArn - Replication settings for the Amazon S3 buckets. This parameter uses the IAM role created by you that
is managed by Security Lake, to ensure the replication setting is correct.LakeConfigurationRequest.Builder retentionSettings(Collection<RetentionSetting> retentionSettings)
Retention settings for the destination Amazon S3 buckets.
retentionSettings - Retention settings for the destination Amazon S3 buckets.LakeConfigurationRequest.Builder retentionSettings(RetentionSetting... retentionSettings)
Retention settings for the destination Amazon S3 buckets.
retentionSettings - Retention settings for the destination Amazon S3 buckets.LakeConfigurationRequest.Builder retentionSettings(Consumer<RetentionSetting.Builder>... retentionSettings)
Retention settings for the destination Amazon S3 buckets.
This is a convenience method that creates an instance of theRetentionSetting.Builder avoiding the need to
create one manually via RetentionSetting.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #retentionSettings(List.
retentionSettings - a consumer that will call methods on
RetentionSetting.Builder#retentionSettings(java.util.Collection) LakeConfigurationRequest.Builder tagsMap(Map<String,String> tagsMap)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define.
tagsMap - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value, both of which you define.Copyright © 2022. All rights reserved.