#[non_exhaustive]pub struct CreateDbClusterOutputBuilder { /* private fields */ }Expand description
A builder for CreateDbClusterOutput.
Implementations§
source§impl CreateDbClusterOutputBuilder
impl CreateDbClusterOutputBuilder
sourcepub fn db_cluster(self, input: DbCluster) -> Self
pub fn db_cluster(self, input: DbCluster) -> Self
Detailed information about a cluster.
sourcepub fn set_db_cluster(self, input: Option<DbCluster>) -> Self
pub fn set_db_cluster(self, input: Option<DbCluster>) -> Self
Detailed information about a cluster.
sourcepub fn build(self) -> CreateDbClusterOutput
pub fn build(self) -> CreateDbClusterOutput
Consumes the builder and constructs a CreateDbClusterOutput.
Trait Implementations§
source§impl Clone for CreateDbClusterOutputBuilder
impl Clone for CreateDbClusterOutputBuilder
source§fn clone(&self) -> CreateDbClusterOutputBuilder
fn clone(&self) -> CreateDbClusterOutputBuilder
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 CreateDbClusterOutputBuilder
impl Debug for CreateDbClusterOutputBuilder
source§impl Default for CreateDbClusterOutputBuilder
impl Default for CreateDbClusterOutputBuilder
source§fn default() -> CreateDbClusterOutputBuilder
fn default() -> CreateDbClusterOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateDbClusterOutputBuilder> for CreateDbClusterOutputBuilder
impl PartialEq<CreateDbClusterOutputBuilder> for CreateDbClusterOutputBuilder
source§fn eq(&self, other: &CreateDbClusterOutputBuilder) -> bool
fn eq(&self, other: &CreateDbClusterOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.