pub struct Builder { /* private fields */ }Expand description
A builder for DescribeVpcEndpointsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_endpoints(self, input: VpcEndpoint) -> Self
pub fn vpc_endpoints(self, input: VpcEndpoint) -> Self
Appends an item to vpc_endpoints.
To override the contents of this collection use set_vpc_endpoints.
Information about each requested VPC endpoint.
sourcepub fn set_vpc_endpoints(self, input: Option<Vec<VpcEndpoint>>) -> Self
pub fn set_vpc_endpoints(self, input: Option<Vec<VpcEndpoint>>) -> Self
Information about each requested VPC endpoint.
sourcepub fn vpc_endpoint_errors(self, input: VpcEndpointError) -> Self
pub fn vpc_endpoint_errors(self, input: VpcEndpointError) -> Self
Appends an item to vpc_endpoint_errors.
To override the contents of this collection use set_vpc_endpoint_errors.
Any errors associated with the request.
sourcepub fn set_vpc_endpoint_errors(
self,
input: Option<Vec<VpcEndpointError>>
) -> Self
pub fn set_vpc_endpoint_errors(
self,
input: Option<Vec<VpcEndpointError>>
) -> Self
Any errors associated with the request.
sourcepub fn build(self) -> DescribeVpcEndpointsOutput
pub fn build(self) -> DescribeVpcEndpointsOutput
Consumes the builder and constructs a DescribeVpcEndpointsOutput.