Struct aws_sdk_imagebuilder::model::target_container_repository::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TargetContainerRepository
Implementations
Specifies the service in which this image was registered.
Specifies the service in which this image was registered.
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
Consumes the builder and constructs a TargetContainerRepository
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