Struct aws_sdk_ec2::input::modify_managed_prefix_list_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyManagedPrefixListInput
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 prefix list.
The ID of the prefix list.
The current version of the prefix list.
The current version of the prefix list.
A name for the prefix list.
A name for the prefix list.
Appends an item to add_entries
.
To override the contents of this collection use set_add_entries
.
One or more entries to add to the prefix list.
One or more entries to add to the prefix list.
Appends an item to remove_entries
.
To override the contents of this collection use set_remove_entries
.
One or more entries to remove from the prefix list.
One or more entries to remove from the prefix list.
The maximum number of entries for the prefix list. You cannot modify the entries of a prefix list and modify the size of a prefix list at the same time.
If any of the resources that reference the prefix list cannot support the new maximum size, the modify operation fails. Check the state message for the IDs of the first ten resources that do not support the new maximum size.
The maximum number of entries for the prefix list. You cannot modify the entries of a prefix list and modify the size of a prefix list at the same time.
If any of the resources that reference the prefix list cannot support the new maximum size, the modify operation fails. Check the state message for the IDs of the first ten resources that do not support the new maximum size.
Consumes the builder and constructs a ModifyManagedPrefixListInput
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