pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteVpcEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn delete_vpc_endpoint_detail(self, input: DeleteVpcEndpointDetail) -> Self
pub fn delete_vpc_endpoint_detail(self, input: DeleteVpcEndpointDetail) -> Self
Details about the deleted endpoint.
sourcepub fn set_delete_vpc_endpoint_detail(
self,
input: Option<DeleteVpcEndpointDetail>
) -> Self
pub fn set_delete_vpc_endpoint_detail(
self,
input: Option<DeleteVpcEndpointDetail>
) -> Self
Details about the deleted endpoint.
sourcepub fn build(self) -> DeleteVpcEndpointOutput
pub fn build(self) -> DeleteVpcEndpointOutput
Consumes the builder and constructs a DeleteVpcEndpointOutput
.