#[non_exhaustive]pub struct StartDbClusterInputBuilder { /* private fields */ }Expand description
A builder for StartDbClusterInput.
Implementations§
source§impl StartDbClusterInputBuilder
impl StartDbClusterInputBuilder
sourcepub fn db_cluster_identifier(self, input: impl Into<String>) -> Self
pub fn db_cluster_identifier(self, input: impl Into<String>) -> Self
The identifier of the cluster to restart. Example: docdb-2019-05-28-15-24-52
sourcepub fn set_db_cluster_identifier(self, input: Option<String>) -> Self
pub fn set_db_cluster_identifier(self, input: Option<String>) -> Self
The identifier of the cluster to restart. Example: docdb-2019-05-28-15-24-52
sourcepub fn build(self) -> Result<StartDbClusterInput, BuildError>
pub fn build(self) -> Result<StartDbClusterInput, BuildError>
Consumes the builder and constructs a StartDbClusterInput.
Trait Implementations§
source§impl Clone for StartDbClusterInputBuilder
impl Clone for StartDbClusterInputBuilder
source§fn clone(&self) -> StartDbClusterInputBuilder
fn clone(&self) -> StartDbClusterInputBuilder
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 StartDbClusterInputBuilder
impl Debug for StartDbClusterInputBuilder
source§impl Default for StartDbClusterInputBuilder
impl Default for StartDbClusterInputBuilder
source§fn default() -> StartDbClusterInputBuilder
fn default() -> StartDbClusterInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartDbClusterInputBuilder> for StartDbClusterInputBuilder
impl PartialEq<StartDbClusterInputBuilder> for StartDbClusterInputBuilder
source§fn eq(&self, other: &StartDbClusterInputBuilder) -> bool
fn eq(&self, other: &StartDbClusterInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.