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