Struct aws_sdk_ec2::model::fpga_image_attribute::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for FpgaImageAttribute
Implementations
The ID of the AFI.
The ID of the AFI.
The description of the AFI.
The description of the AFI.
Appends an item to load_permissions
.
To override the contents of this collection use set_load_permissions
.
The load permissions.
The load permissions.
Appends an item to product_codes
.
To override the contents of this collection use set_product_codes
.
The product codes.
The product codes.
Consumes the builder and constructs a FpgaImageAttribute
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