Struct aws_sdk_imagebuilder::model::output_resources::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for OutputResources
Implementations
Appends an item to amis.
To override the contents of this collection use set_amis.
The Amazon EC2 AMIs created by this image.
The Amazon EC2 AMIs created by this image.
Appends an item to containers.
To override the contents of this collection use set_containers.
Container images that the pipeline has generated and stored in the output repository.
Container images that the pipeline has generated and stored in the output repository.
Consumes the builder and constructs a OutputResources
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