Struct aws_sdk_ec2::model::dhcp_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DhcpOptions
Implementations
Appends an item to dhcp_configurations
.
To override the contents of this collection use set_dhcp_configurations
.
One or more DHCP options in the set.
One or more DHCP options in the set.
The ID of the set of DHCP options.
The ID of the set of DHCP options.
The ID of the Amazon Web Services account that owns the DHCP options set.
The ID of the Amazon Web Services account that owns the DHCP options set.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags assigned to the DHCP options set.
Any tags assigned to the DHCP options set.
Consumes the builder and constructs a DhcpOptions
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