Struct aws_sdk_ec2::output::delete_vpc_endpoints_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteVpcEndpointsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn unsuccessful(self, input: UnsuccessfulItem) -> Self
pub fn unsuccessful(self, input: UnsuccessfulItem) -> Self
Appends an item to unsuccessful
.
To override the contents of this collection use set_unsuccessful
.
Information about the VPC endpoints that were not successfully deleted.
sourcepub fn set_unsuccessful(self, input: Option<Vec<UnsuccessfulItem>>) -> Self
pub fn set_unsuccessful(self, input: Option<Vec<UnsuccessfulItem>>) -> Self
Information about the VPC endpoints that were not successfully deleted.
sourcepub fn build(self) -> DeleteVpcEndpointsOutput
pub fn build(self) -> DeleteVpcEndpointsOutput
Consumes the builder and constructs a DeleteVpcEndpointsOutput
.