public static interface ReplicationDestination.Builder extends SdkPojo, CopyableBuilder<ReplicationDestination.Builder,ReplicationDestination>
| Modifier and Type | Method and Description |
|---|---|
ReplicationDestination.Builder |
region(String region)
The Region to replicate to.
|
ReplicationDestination.Builder |
registryId(String registryId)
The Amazon Web Services account ID of the Amazon ECR private registry to replicate to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationDestination.Builder region(String region)
The Region to replicate to.
region - The Region to replicate to.ReplicationDestination.Builder registryId(String registryId)
The Amazon Web Services account ID of the Amazon ECR private registry to replicate to. When configuring cross-Region replication within your own registry, specify your own account ID.
registryId - The Amazon Web Services account ID of the Amazon ECR private registry to replicate to. When
configuring cross-Region replication within your own registry, specify your own account ID.Copyright © 2023. All rights reserved.