#[non_exhaustive]pub struct VpcInterfaceAttachmentBuilder { /* private fields */ }Expand description
A builder for VpcInterfaceAttachment.
Implementations§
source§impl VpcInterfaceAttachmentBuilder
impl VpcInterfaceAttachmentBuilder
sourcepub fn vpc_interface_name(self, input: impl Into<String>) -> Self
pub fn vpc_interface_name(self, input: impl Into<String>) -> Self
The name of the VPC interface to use for this resource.
sourcepub fn set_vpc_interface_name(self, input: Option<String>) -> Self
pub fn set_vpc_interface_name(self, input: Option<String>) -> Self
The name of the VPC interface to use for this resource.
sourcepub fn get_vpc_interface_name(&self) -> &Option<String>
pub fn get_vpc_interface_name(&self) -> &Option<String>
The name of the VPC interface to use for this resource.
sourcepub fn build(self) -> VpcInterfaceAttachment
pub fn build(self) -> VpcInterfaceAttachment
Consumes the builder and constructs a VpcInterfaceAttachment.
Trait Implementations§
source§impl Clone for VpcInterfaceAttachmentBuilder
impl Clone for VpcInterfaceAttachmentBuilder
source§fn clone(&self) -> VpcInterfaceAttachmentBuilder
fn clone(&self) -> VpcInterfaceAttachmentBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for VpcInterfaceAttachmentBuilder
impl Default for VpcInterfaceAttachmentBuilder
source§fn default() -> VpcInterfaceAttachmentBuilder
fn default() -> VpcInterfaceAttachmentBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for VpcInterfaceAttachmentBuilder
impl PartialEq for VpcInterfaceAttachmentBuilder
source§fn eq(&self, other: &VpcInterfaceAttachmentBuilder) -> bool
fn eq(&self, other: &VpcInterfaceAttachmentBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VpcInterfaceAttachmentBuilder
Auto Trait Implementations§
impl RefUnwindSafe for VpcInterfaceAttachmentBuilder
impl Send for VpcInterfaceAttachmentBuilder
impl Sync for VpcInterfaceAttachmentBuilder
impl Unpin for VpcInterfaceAttachmentBuilder
impl UnwindSafe for VpcInterfaceAttachmentBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.