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