pub struct Builder { /* private fields */ }
Expand description
A builder for CreateVpcEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_endpoint(self, input: VpcEndpoint) -> Self
pub fn vpc_endpoint(self, input: VpcEndpoint) -> Self
Information about the newly created VPC endpoint.
sourcepub fn set_vpc_endpoint(self, input: Option<VpcEndpoint>) -> Self
pub fn set_vpc_endpoint(self, input: Option<VpcEndpoint>) -> Self
Information about the newly created VPC endpoint.
sourcepub fn build(self) -> CreateVpcEndpointOutput
pub fn build(self) -> CreateVpcEndpointOutput
Consumes the builder and constructs a CreateVpcEndpointOutput
.