#[non_exhaustive]pub struct StartDbInstanceInputBuilder { /* private fields */ }Expand description
A builder for StartDbInstanceInput.
Implementations§
source§impl StartDbInstanceInputBuilder
impl StartDbInstanceInputBuilder
sourcepub fn db_instance_identifier(self, input: impl Into<String>) -> Self
pub fn db_instance_identifier(self, input: impl Into<String>) -> Self
The user-supplied instance identifier.
sourcepub fn set_db_instance_identifier(self, input: Option<String>) -> Self
pub fn set_db_instance_identifier(self, input: Option<String>) -> Self
The user-supplied instance identifier.
sourcepub fn build(self) -> Result<StartDbInstanceInput, BuildError>
pub fn build(self) -> Result<StartDbInstanceInput, BuildError>
Consumes the builder and constructs a StartDbInstanceInput.
Trait Implementations§
source§impl Clone for StartDbInstanceInputBuilder
impl Clone for StartDbInstanceInputBuilder
source§fn clone(&self) -> StartDbInstanceInputBuilder
fn clone(&self) -> StartDbInstanceInputBuilder
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 Debug for StartDbInstanceInputBuilder
impl Debug for StartDbInstanceInputBuilder
source§impl Default for StartDbInstanceInputBuilder
impl Default for StartDbInstanceInputBuilder
source§fn default() -> StartDbInstanceInputBuilder
fn default() -> StartDbInstanceInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartDbInstanceInputBuilder> for StartDbInstanceInputBuilder
impl PartialEq<StartDbInstanceInputBuilder> for StartDbInstanceInputBuilder
source§fn eq(&self, other: &StartDbInstanceInputBuilder) -> bool
fn eq(&self, other: &StartDbInstanceInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.