pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetVpcEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_endpoint_details(self, input: VpcEndpointDetail) -> Self
pub fn vpc_endpoint_details(self, input: VpcEndpointDetail) -> Self
Appends an item to vpc_endpoint_details
.
To override the contents of this collection use set_vpc_endpoint_details
.
Details about the specified VPC endpoint.
sourcepub fn set_vpc_endpoint_details(
self,
input: Option<Vec<VpcEndpointDetail>>
) -> Self
pub fn set_vpc_endpoint_details(
self,
input: Option<Vec<VpcEndpointDetail>>
) -> Self
Details about the specified VPC endpoint.
sourcepub fn vpc_endpoint_error_details(self, input: VpcEndpointErrorDetail) -> Self
pub fn vpc_endpoint_error_details(self, input: VpcEndpointErrorDetail) -> Self
Appends an item to vpc_endpoint_error_details
.
To override the contents of this collection use set_vpc_endpoint_error_details
.
Error information for a failed request.
sourcepub fn set_vpc_endpoint_error_details(
self,
input: Option<Vec<VpcEndpointErrorDetail>>
) -> Self
pub fn set_vpc_endpoint_error_details(
self,
input: Option<Vec<VpcEndpointErrorDetail>>
) -> Self
Error information for a failed request.
sourcepub fn build(self) -> BatchGetVpcEndpointOutput
pub fn build(self) -> BatchGetVpcEndpointOutput
Consumes the builder and constructs a BatchGetVpcEndpointOutput
.