Struct aws_sdk_elasticsearch::operation::update_vpc_endpoint::builders::UpdateVpcEndpointInputBuilder
source · #[non_exhaustive]pub struct UpdateVpcEndpointInputBuilder { /* private fields */ }Expand description
A builder for UpdateVpcEndpointInput.
Implementations§
source§impl UpdateVpcEndpointInputBuilder
impl UpdateVpcEndpointInputBuilder
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.
Trait Implementations§
source§impl Clone for UpdateVpcEndpointInputBuilder
impl Clone for UpdateVpcEndpointInputBuilder
source§fn clone(&self) -> UpdateVpcEndpointInputBuilder
fn clone(&self) -> UpdateVpcEndpointInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for UpdateVpcEndpointInputBuilder
impl Default for UpdateVpcEndpointInputBuilder
source§fn default() -> UpdateVpcEndpointInputBuilder
fn default() -> UpdateVpcEndpointInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateVpcEndpointInputBuilder> for UpdateVpcEndpointInputBuilder
impl PartialEq<UpdateVpcEndpointInputBuilder> for UpdateVpcEndpointInputBuilder
source§fn eq(&self, other: &UpdateVpcEndpointInputBuilder) -> bool
fn eq(&self, other: &UpdateVpcEndpointInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.