pub struct VpcDhcpOptionsAssociationArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> VpcDhcpOptionsAssociationArgsBuilder<S>
impl<S: State> VpcDhcpOptionsAssociationArgsBuilder<S>
sourcepub fn build_struct(self) -> VpcDhcpOptionsAssociationArgswhere
S: IsComplete,
pub fn build_struct(self) -> VpcDhcpOptionsAssociationArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn dhcp_options_id(
self,
value: impl Into<Output<String>>,
) -> VpcDhcpOptionsAssociationArgsBuilder<SetDhcpOptionsId<S>>where
S::DhcpOptionsId: IsUnset,
pub fn dhcp_options_id(
self,
value: impl Into<Output<String>>,
) -> VpcDhcpOptionsAssociationArgsBuilder<SetDhcpOptionsId<S>>where
S::DhcpOptionsId: IsUnset,
Required.
The ID of the DHCP Options Set to associate to the VPC.
Auto Trait Implementations§
impl<S> Freeze for VpcDhcpOptionsAssociationArgsBuilder<S>
impl<S> RefUnwindSafe for VpcDhcpOptionsAssociationArgsBuilder<S>
impl<S> Send for VpcDhcpOptionsAssociationArgsBuilder<S>
impl<S> Sync for VpcDhcpOptionsAssociationArgsBuilder<S>
impl<S> Unpin for VpcDhcpOptionsAssociationArgsBuilder<S>
impl<S> UnwindSafe for VpcDhcpOptionsAssociationArgsBuilder<S>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more