pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateVpcEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_endpoint(self, input: VpcEndpoint) -> Self
pub fn vpc_endpoint(self, input: VpcEndpoint) -> Self
The endpoint to be updated.
sourcepub fn set_vpc_endpoint(self, input: Option<VpcEndpoint>) -> Self
pub fn set_vpc_endpoint(self, input: Option<VpcEndpoint>) -> Self
The endpoint to be updated.
sourcepub fn build(self) -> UpdateVpcEndpointOutput
pub fn build(self) -> UpdateVpcEndpointOutput
Consumes the builder and constructs a UpdateVpcEndpointOutput
.