pub struct Builder { /* private fields */ }Expand description
A builder for DeleteVpcEndpointInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_endpoint_id(self, input: impl Into<String>) -> Self
pub fn vpc_endpoint_id(self, input: impl Into<String>) -> Self
The unique identifier of the endpoint to be deleted.
sourcepub fn set_vpc_endpoint_id(self, input: Option<String>) -> Self
pub fn set_vpc_endpoint_id(self, input: Option<String>) -> Self
The unique identifier of the endpoint to be deleted.
sourcepub fn build(self) -> Result<DeleteVpcEndpointInput, BuildError>
pub fn build(self) -> Result<DeleteVpcEndpointInput, BuildError>
Consumes the builder and constructs a DeleteVpcEndpointInput.