pub struct VpcEndpointRouteTableAssociationArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> VpcEndpointRouteTableAssociationArgsBuilder<S>
impl<S: State> VpcEndpointRouteTableAssociationArgsBuilder<S>
sourcepub fn build_struct(self) -> VpcEndpointRouteTableAssociationArgswhere
S: IsComplete,
pub fn build_struct(self) -> VpcEndpointRouteTableAssociationArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn route_table_id(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointRouteTableAssociationArgsBuilder<SetRouteTableId<S>>where
S::RouteTableId: IsUnset,
pub fn route_table_id(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointRouteTableAssociationArgsBuilder<SetRouteTableId<S>>where
S::RouteTableId: IsUnset,
Required.
Identifier of the EC2 Route Table to be associated with the VPC Endpoint.
sourcepub fn vpc_endpoint_id(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointRouteTableAssociationArgsBuilder<SetVpcEndpointId<S>>where
S::VpcEndpointId: IsUnset,
pub fn vpc_endpoint_id(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointRouteTableAssociationArgsBuilder<SetVpcEndpointId<S>>where
S::VpcEndpointId: IsUnset,
Required.
Identifier of the VPC Endpoint with which the EC2 Route Table will be associated.
Auto Trait Implementations§
impl<S> Freeze for VpcEndpointRouteTableAssociationArgsBuilder<S>
impl<S> RefUnwindSafe for VpcEndpointRouteTableAssociationArgsBuilder<S>
impl<S> Send for VpcEndpointRouteTableAssociationArgsBuilder<S>
impl<S> Sync for VpcEndpointRouteTableAssociationArgsBuilder<S>
impl<S> Unpin for VpcEndpointRouteTableAssociationArgsBuilder<S>
impl<S> UnwindSafe for VpcEndpointRouteTableAssociationArgsBuilder<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