#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ContainerRecipeSummary
Implementations
The Amazon Resource Name (ARN) of the container recipe.
The Amazon Resource Name (ARN) of the container recipe.
Specifies the type of container, such as "Docker".
Specifies the type of container, such as "Docker".
The system platform for the container, such as Windows or Linux.
The system platform for the container, such as Windows or Linux.
The base image for the container recipe.
The base image for the container recipe.
The date when this container recipe was created.
The date when this container recipe was created.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
Tags that are attached to the container recipe.
Tags that are attached to the container recipe.
Consumes the builder and constructs a ContainerRecipeSummary
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