Struct aws_sdk_rds::operation::delete_db_proxy_endpoint::builders::DeleteDbProxyEndpointInputBuilder
source · #[non_exhaustive]pub struct DeleteDbProxyEndpointInputBuilder { /* private fields */ }Expand description
A builder for DeleteDbProxyEndpointInput.
Implementations§
source§impl DeleteDbProxyEndpointInputBuilder
impl DeleteDbProxyEndpointInputBuilder
sourcepub fn db_proxy_endpoint_name(self, input: impl Into<String>) -> Self
pub fn db_proxy_endpoint_name(self, input: impl Into<String>) -> Self
The name of the DB proxy endpoint to delete.
sourcepub fn set_db_proxy_endpoint_name(self, input: Option<String>) -> Self
pub fn set_db_proxy_endpoint_name(self, input: Option<String>) -> Self
The name of the DB proxy endpoint to delete.
sourcepub fn build(self) -> Result<DeleteDbProxyEndpointInput, BuildError>
pub fn build(self) -> Result<DeleteDbProxyEndpointInput, BuildError>
Consumes the builder and constructs a DeleteDbProxyEndpointInput.
Trait Implementations§
source§impl Clone for DeleteDbProxyEndpointInputBuilder
impl Clone for DeleteDbProxyEndpointInputBuilder
source§fn clone(&self) -> DeleteDbProxyEndpointInputBuilder
fn clone(&self) -> DeleteDbProxyEndpointInputBuilder
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 DeleteDbProxyEndpointInputBuilder
impl Default for DeleteDbProxyEndpointInputBuilder
source§fn default() -> DeleteDbProxyEndpointInputBuilder
fn default() -> DeleteDbProxyEndpointInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteDbProxyEndpointInputBuilder> for DeleteDbProxyEndpointInputBuilder
impl PartialEq<DeleteDbProxyEndpointInputBuilder> for DeleteDbProxyEndpointInputBuilder
source§fn eq(&self, other: &DeleteDbProxyEndpointInputBuilder) -> bool
fn eq(&self, other: &DeleteDbProxyEndpointInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.