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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationDestination.Builderregion(String region)The Region to replicate to.ReplicationDestination.BuilderregistryId(String registryId)The Amazon Web Services account ID of the Amazon ECR private registry to replicate to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
region
ReplicationDestination.Builder region(String 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.
-
-