Struct aws_sdk_ecr::model::replication_rule::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ReplicationRule
Implementations
Appends an item to destinations.
To override the contents of this collection use set_destinations.
An array of objects representing the destination for a replication rule.
An array of objects representing the destination for a replication rule.
Appends an item to repository_filters.
To override the contents of this collection use set_repository_filters.
An array of objects representing the filters for a replication rule. Specifying a repository filter for a replication rule provides a method for controlling which repositories in a private registry are replicated.
An array of objects representing the filters for a replication rule. Specifying a repository filter for a replication rule provides a method for controlling which repositories in a private registry are replicated.
Consumes the builder and constructs a ReplicationRule
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
