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.
This field is required.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 get_vpc_endpoint_id(&self) -> &Option<String>
pub fn get_vpc_endpoint_id(&self) -> &Option<String>
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.
This field is required.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 get_vpc_options(&self) -> &Option<VpcOptions>
pub fn get_vpc_options(&self) -> &Option<VpcOptions>
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
.
source§impl UpdateVpcEndpointInputBuilder
impl UpdateVpcEndpointInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateVpcEndpointOutput, SdkError<UpdateVpcEndpointError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateVpcEndpointOutput, SdkError<UpdateVpcEndpointError, HttpResponse>>
Sends a request with this input using the given client.
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 for UpdateVpcEndpointInputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for UpdateVpcEndpointInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateVpcEndpointInputBuilder
impl Send for UpdateVpcEndpointInputBuilder
impl Sync for UpdateVpcEndpointInputBuilder
impl Unpin for UpdateVpcEndpointInputBuilder
impl UnwindSafe for UpdateVpcEndpointInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.