pub struct VpcEndpointConnectionAccepterArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> VpcEndpointConnectionAccepterArgsBuilder<S>
impl<S: State> VpcEndpointConnectionAccepterArgsBuilder<S>
sourcepub fn build_struct(self) -> VpcEndpointConnectionAccepterArgswhere
S: IsComplete,
pub fn build_struct(self) -> VpcEndpointConnectionAccepterArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn vpc_endpoint_id(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointConnectionAccepterArgsBuilder<SetVpcEndpointId<S>>where
S::VpcEndpointId: IsUnset,
pub fn vpc_endpoint_id(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointConnectionAccepterArgsBuilder<SetVpcEndpointId<S>>where
S::VpcEndpointId: IsUnset,
Required.
AWS VPC Endpoint ID.
sourcepub fn vpc_endpoint_service_id(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointConnectionAccepterArgsBuilder<SetVpcEndpointServiceId<S>>where
S::VpcEndpointServiceId: IsUnset,
pub fn vpc_endpoint_service_id(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointConnectionAccepterArgsBuilder<SetVpcEndpointServiceId<S>>where
S::VpcEndpointServiceId: IsUnset,
Required.
AWS VPC Endpoint Service ID.
Auto Trait Implementations§
impl<S> Freeze for VpcEndpointConnectionAccepterArgsBuilder<S>
impl<S> RefUnwindSafe for VpcEndpointConnectionAccepterArgsBuilder<S>
impl<S> Send for VpcEndpointConnectionAccepterArgsBuilder<S>
impl<S> Sync for VpcEndpointConnectionAccepterArgsBuilder<S>
impl<S> Unpin for VpcEndpointConnectionAccepterArgsBuilder<S>
impl<S> UnwindSafe for VpcEndpointConnectionAccepterArgsBuilder<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