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