public static interface ReplicationDetails.Builder extends SdkPojo, CopyableBuilder<ReplicationDetails.Builder,ReplicationDetails>
| Modifier and Type | Method and Description |
|---|---|
ReplicationDetails.Builder |
replicated(Boolean replicated)
Specifies whether the bucket is configured to replicate one or more objects to any destination.
|
ReplicationDetails.Builder |
replicatedExternally(Boolean replicatedExternally)
Specifies whether the bucket is configured to replicate one or more objects to an Amazon Web Services account
that isn't part of the same Amazon Macie organization.
|
ReplicationDetails.Builder |
replicationAccounts(Collection<String> replicationAccounts)
An array of Amazon Web Services account IDs, one for each Amazon Web Services account that the bucket is
configured to replicate one or more objects to.
|
ReplicationDetails.Builder |
replicationAccounts(String... replicationAccounts)
An array of Amazon Web Services account IDs, one for each Amazon Web Services account that the bucket is
configured to replicate one or more objects to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationDetails.Builder replicated(Boolean replicated)
Specifies whether the bucket is configured to replicate one or more objects to any destination.
replicated - Specifies whether the bucket is configured to replicate one or more objects to any destination.ReplicationDetails.Builder replicatedExternally(Boolean replicatedExternally)
Specifies whether the bucket is configured to replicate one or more objects to an Amazon Web Services account that isn't part of the same Amazon Macie organization.
replicatedExternally - Specifies whether the bucket is configured to replicate one or more objects to an Amazon Web Services
account that isn't part of the same Amazon Macie organization.ReplicationDetails.Builder replicationAccounts(Collection<String> replicationAccounts)
An array of Amazon Web Services account IDs, one for each Amazon Web Services account that the bucket is configured to replicate one or more objects to.
replicationAccounts - An array of Amazon Web Services account IDs, one for each Amazon Web Services account that the bucket
is configured to replicate one or more objects to.ReplicationDetails.Builder replicationAccounts(String... replicationAccounts)
An array of Amazon Web Services account IDs, one for each Amazon Web Services account that the bucket is configured to replicate one or more objects to.
replicationAccounts - An array of Amazon Web Services account IDs, one for each Amazon Web Services account that the bucket
is configured to replicate one or more objects to.Copyright © 2021. All rights reserved.