Struct aws_sdk_ec2::operation::delete_vpc_endpoints::builders::DeleteVpcEndpointsInputBuilder
source · #[non_exhaustive]pub struct DeleteVpcEndpointsInputBuilder { /* private fields */ }
Expand description
A builder for DeleteVpcEndpointsInput
.
Implementations§
source§impl DeleteVpcEndpointsInputBuilder
impl DeleteVpcEndpointsInputBuilder
sourcepub fn dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn vpc_endpoint_ids(self, input: impl Into<String>) -> Self
pub fn vpc_endpoint_ids(self, input: impl Into<String>) -> Self
Appends an item to vpc_endpoint_ids
.
To override the contents of this collection use set_vpc_endpoint_ids
.
The IDs of the VPC endpoints.
sourcepub fn set_vpc_endpoint_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_vpc_endpoint_ids(self, input: Option<Vec<String>>) -> Self
The IDs of the VPC endpoints.
sourcepub fn build(self) -> Result<DeleteVpcEndpointsInput, BuildError>
pub fn build(self) -> Result<DeleteVpcEndpointsInput, BuildError>
Consumes the builder and constructs a DeleteVpcEndpointsInput
.
Trait Implementations§
source§impl Clone for DeleteVpcEndpointsInputBuilder
impl Clone for DeleteVpcEndpointsInputBuilder
source§fn clone(&self) -> DeleteVpcEndpointsInputBuilder
fn clone(&self) -> DeleteVpcEndpointsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DeleteVpcEndpointsInputBuilder
impl Default for DeleteVpcEndpointsInputBuilder
source§fn default() -> DeleteVpcEndpointsInputBuilder
fn default() -> DeleteVpcEndpointsInputBuilder
source§impl PartialEq<DeleteVpcEndpointsInputBuilder> for DeleteVpcEndpointsInputBuilder
impl PartialEq<DeleteVpcEndpointsInputBuilder> for DeleteVpcEndpointsInputBuilder
source§fn eq(&self, other: &DeleteVpcEndpointsInputBuilder) -> bool
fn eq(&self, other: &DeleteVpcEndpointsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.