Struct aws_sdk_imagebuilder::model::image_recipe_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ImageRecipeSummary
Implementations
The Amazon Resource Name (ARN) of the image recipe.
The Amazon Resource Name (ARN) of the image recipe.
The platform of the image recipe.
The base image of the image recipe.
The base image of the image recipe.
The date on which this image recipe was created.
The date on which this image recipe was created.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags of the image recipe.
The tags of the image recipe.
Consumes the builder and constructs a ImageRecipeSummary
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