Interface ReplicationDestination.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReplicationDestination.Builder,ReplicationDestination>, SdkBuilder<ReplicationDestination.Builder,ReplicationDestination>, SdkPojo
Enclosing class:
ReplicationDestination

public static interface ReplicationDestination.Builder extends SdkPojo, CopyableBuilder<ReplicationDestination.Builder,ReplicationDestination>
  • Method Details

    • region

      The Region to replicate to.

      Parameters:
      region - The Region to replicate to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registryId

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.