pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateVpcEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn update_vpc_endpoint_detail(self, input: UpdateVpcEndpointDetail) -> Self
pub fn update_vpc_endpoint_detail(self, input: UpdateVpcEndpointDetail) -> Self
Details about the updated VPC endpoint.
sourcepub fn set_update_vpc_endpoint_detail(
self,
input: Option<UpdateVpcEndpointDetail>
) -> Self
pub fn set_update_vpc_endpoint_detail(
self,
input: Option<UpdateVpcEndpointDetail>
) -> Self
Details about the updated VPC endpoint.
sourcepub fn build(self) -> UpdateVpcEndpointOutput
pub fn build(self) -> UpdateVpcEndpointOutput
Consumes the builder and constructs a UpdateVpcEndpointOutput
.