pub struct Builder { /* private fields */ }Expand description
A builder for DescribeVpcEndpointsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_endpoint_ids(self, input: impl Into<String>) -> Self
pub fn vpc_endpoint_ids(self, input: impl Into<String>) -> Self
Appends an item to vpc_endpoint_ids.
To override the contents of this collection use set_vpc_endpoint_ids.
The unique identifiers of the endpoints to get information about.
sourcepub fn set_vpc_endpoint_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_vpc_endpoint_ids(self, input: Option<Vec<String>>) -> Self
The unique identifiers of the endpoints to get information about.
sourcepub fn build(self) -> Result<DescribeVpcEndpointsInput, BuildError>
pub fn build(self) -> Result<DescribeVpcEndpointsInput, BuildError>
Consumes the builder and constructs a DescribeVpcEndpointsInput.