pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteVpcEndpointConnectionNotificationsOutput
.
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 notifications that could not be deleted successfully.
sourcepub fn set_unsuccessful(self, input: Option<Vec<UnsuccessfulItem>>) -> Self
pub fn set_unsuccessful(self, input: Option<Vec<UnsuccessfulItem>>) -> Self
Information about the notifications that could not be deleted successfully.
sourcepub fn build(self) -> DeleteVpcEndpointConnectionNotificationsOutput
pub fn build(self) -> DeleteVpcEndpointConnectionNotificationsOutput
Consumes the builder and constructs a DeleteVpcEndpointConnectionNotificationsOutput
.