Struct aws_sdk_ec2::input::modify_fpga_image_attribute_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ModifyFpgaImageAttributeInput
Implementations
Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
The ID of the AFI.
The ID of the AFI.
The name of the attribute.
The name of the attribute.
The operation type.
The operation type.
Appends an item to user_ids
.
To override the contents of this collection use set_user_ids
.
The Amazon Web Services account IDs. This parameter is valid only when modifying the loadPermission
attribute.
The Amazon Web Services account IDs. This parameter is valid only when modifying the loadPermission
attribute.
Appends an item to user_groups
.
To override the contents of this collection use set_user_groups
.
The user groups. This parameter is valid only when modifying the loadPermission
attribute.
The user groups. This parameter is valid only when modifying the loadPermission
attribute.
Appends an item to product_codes
.
To override the contents of this collection use set_product_codes
.
The product codes. After you add a product code to an AFI, it can't be removed.
This parameter is valid only when modifying the productCodes
attribute.
The product codes. After you add a product code to an AFI, it can't be removed.
This parameter is valid only when modifying the productCodes
attribute.
The load permission for the AFI.
The load permission for the AFI.
A description for the AFI.
A description for the AFI.
Consumes the builder and constructs a ModifyFpgaImageAttributeInput
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