Struct aws_sdk_ec2::model::managed_prefix_list::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ManagedPrefixList
Implementations
The ID of the prefix list.
The ID of the prefix list.
The IP address version.
The IP address version.
The current state of the prefix list.
The current state of the prefix list.
The state message.
The state message.
The Amazon Resource Name (ARN) for the prefix list.
The Amazon Resource Name (ARN) for the prefix list.
The name of the prefix list.
The name of the prefix list.
The maximum number of entries for the prefix list.
The maximum number of entries for the prefix list.
The version of the prefix list.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags for the prefix list.
The tags for the prefix list.
The ID of the owner of the prefix list.
Consumes the builder and constructs a ManagedPrefixList
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