pub struct Builder { /* private fields */ }Expand description
A builder for ListVpcEndpointsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_endpoint_summary_list(self, input: VpcEndpointSummary) -> Self
pub fn vpc_endpoint_summary_list(self, input: VpcEndpointSummary) -> Self
Appends an item to vpc_endpoint_summary_list.
To override the contents of this collection use set_vpc_endpoint_summary_list.
Information about each endpoint.
sourcepub fn set_vpc_endpoint_summary_list(
self,
input: Option<Vec<VpcEndpointSummary>>
) -> Self
pub fn set_vpc_endpoint_summary_list(
self,
input: Option<Vec<VpcEndpointSummary>>
) -> Self
Information about each endpoint.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Provides an identifier to allow retrieval of paginated results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Provides an identifier to allow retrieval of paginated results.
sourcepub fn build(self) -> ListVpcEndpointsOutput
pub fn build(self) -> ListVpcEndpointsOutput
Consumes the builder and constructs a ListVpcEndpointsOutput.