| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationDetails.Builder |
ReplicationDetails.builder() |
ReplicationDetails.Builder |
ReplicationDetails.Builder.replicated(Boolean replicated)
Specifies whether the bucket is configured to replicate one or more objects to any destination.
|
ReplicationDetails.Builder |
ReplicationDetails.Builder.replicatedExternally(Boolean replicatedExternally)
Specifies whether the bucket is configured to replicate one or more objects to an AWS account that isn't part
of the same Amazon Macie organization.
|
ReplicationDetails.Builder |
ReplicationDetails.Builder.replicationAccounts(Collection<String> replicationAccounts)
An array of AWS account IDs, one for each AWS account that the bucket is configured to replicate one or more
objects to.
|
ReplicationDetails.Builder |
ReplicationDetails.Builder.replicationAccounts(String... replicationAccounts)
An array of AWS account IDs, one for each AWS account that the bucket is configured to replicate one or more
objects to.
|
ReplicationDetails.Builder |
ReplicationDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReplicationDetails.Builder> |
ReplicationDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BucketMetadata.Builder |
BucketMetadata.Builder.replicationDetails(Consumer<ReplicationDetails.Builder> replicationDetails)
Specifies whether the bucket is configured to replicate one or more objects to buckets for other AWS accounts
and, if so, which accounts.
|
Copyright © 2020. All rights reserved.