pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateVpcEndpointInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_endpoint_id(self, input: impl Into<String>) -> Self
pub fn vpc_endpoint_id(self, input: impl Into<String>) -> Self
Unique identifier of the VPC endpoint to be updated.
sourcepub fn set_vpc_endpoint_id(self, input: Option<String>) -> Self
pub fn set_vpc_endpoint_id(self, input: Option<String>) -> Self
Unique identifier of the VPC endpoint to be updated.
sourcepub fn vpc_options(self, input: VpcOptions) -> Self
pub fn vpc_options(self, input: VpcOptions) -> Self
The security groups and/or subnets to add, remove, or modify.
sourcepub fn set_vpc_options(self, input: Option<VpcOptions>) -> Self
pub fn set_vpc_options(self, input: Option<VpcOptions>) -> Self
The security groups and/or subnets to add, remove, or modify.
sourcepub fn build(self) -> Result<UpdateVpcEndpointInput, BuildError>
pub fn build(self) -> Result<UpdateVpcEndpointInput, BuildError>
Consumes the builder and constructs a UpdateVpcEndpointInput
.