Struct aws_sdk_rds::operation::delete_custom_db_engine_version::builders::DeleteCustomDbEngineVersionInputBuilder
source · #[non_exhaustive]pub struct DeleteCustomDbEngineVersionInputBuilder { /* private fields */ }Expand description
A builder for DeleteCustomDbEngineVersionInput.
Implementations§
source§impl DeleteCustomDbEngineVersionInputBuilder
impl DeleteCustomDbEngineVersionInputBuilder
sourcepub fn engine(self, input: impl Into<String>) -> Self
pub fn engine(self, input: impl Into<String>) -> Self
The database engine. RDS Custom for Oracle supports the following values:
-
custom-oracle-ee -
custom-oracle-ee-cdb -
custom-oracle-se2 -
custom-oracle-se2-cdb
sourcepub fn set_engine(self, input: Option<String>) -> Self
pub fn set_engine(self, input: Option<String>) -> Self
The database engine. RDS Custom for Oracle supports the following values:
-
custom-oracle-ee -
custom-oracle-ee-cdb -
custom-oracle-se2 -
custom-oracle-se2-cdb
sourcepub fn get_engine(&self) -> &Option<String>
pub fn get_engine(&self) -> &Option<String>
The database engine. RDS Custom for Oracle supports the following values:
-
custom-oracle-ee -
custom-oracle-ee-cdb -
custom-oracle-se2 -
custom-oracle-se2-cdb
sourcepub fn engine_version(self, input: impl Into<String>) -> Self
pub fn engine_version(self, input: impl Into<String>) -> Self
The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.
sourcepub fn set_engine_version(self, input: Option<String>) -> Self
pub fn set_engine_version(self, input: Option<String>) -> Self
The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.
sourcepub fn get_engine_version(&self) -> &Option<String>
pub fn get_engine_version(&self) -> &Option<String>
The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.
sourcepub fn build(self) -> Result<DeleteCustomDbEngineVersionInput, BuildError>
pub fn build(self) -> Result<DeleteCustomDbEngineVersionInput, BuildError>
Consumes the builder and constructs a DeleteCustomDbEngineVersionInput.
source§impl DeleteCustomDbEngineVersionInputBuilder
impl DeleteCustomDbEngineVersionInputBuilder
sourcepub async fn send_with(
self,
client: &Client,
) -> Result<DeleteCustomDbEngineVersionOutput, SdkError<DeleteCustomDBEngineVersionError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<DeleteCustomDbEngineVersionOutput, SdkError<DeleteCustomDBEngineVersionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteCustomDbEngineVersionInputBuilder
impl Clone for DeleteCustomDbEngineVersionInputBuilder
source§fn clone(&self) -> DeleteCustomDbEngineVersionInputBuilder
fn clone(&self) -> DeleteCustomDbEngineVersionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteCustomDbEngineVersionInputBuilder
impl Default for DeleteCustomDbEngineVersionInputBuilder
source§fn default() -> DeleteCustomDbEngineVersionInputBuilder
fn default() -> DeleteCustomDbEngineVersionInputBuilder
source§impl PartialEq for DeleteCustomDbEngineVersionInputBuilder
impl PartialEq for DeleteCustomDbEngineVersionInputBuilder
source§fn eq(&self, other: &DeleteCustomDbEngineVersionInputBuilder) -> bool
fn eq(&self, other: &DeleteCustomDbEngineVersionInputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteCustomDbEngineVersionInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteCustomDbEngineVersionInputBuilder
impl RefUnwindSafe for DeleteCustomDbEngineVersionInputBuilder
impl Send for DeleteCustomDbEngineVersionInputBuilder
impl Sync for DeleteCustomDbEngineVersionInputBuilder
impl Unpin for DeleteCustomDbEngineVersionInputBuilder
impl UnwindSafe for DeleteCustomDbEngineVersionInputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more