pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteVpcEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_endpoint_summary(self, input: VpcEndpointSummary) -> Self
pub fn vpc_endpoint_summary(self, input: VpcEndpointSummary) -> Self
Information about the deleted endpoint, including its current status (DELETING
or DELETE_FAILED
).
sourcepub fn set_vpc_endpoint_summary(self, input: Option<VpcEndpointSummary>) -> Self
pub fn set_vpc_endpoint_summary(self, input: Option<VpcEndpointSummary>) -> Self
Information about the deleted endpoint, including its current status (DELETING
or DELETE_FAILED
).
sourcepub fn build(self) -> DeleteVpcEndpointOutput
pub fn build(self) -> DeleteVpcEndpointOutput
Consumes the builder and constructs a DeleteVpcEndpointOutput
.