Struct aws_sdk_redshift::operation::modify_cluster_subnet_group::builders::ModifyClusterSubnetGroupOutputBuilder
source · #[non_exhaustive]pub struct ModifyClusterSubnetGroupOutputBuilder { /* private fields */ }
Expand description
A builder for ModifyClusterSubnetGroupOutput
.
Implementations§
source§impl ModifyClusterSubnetGroupOutputBuilder
impl ModifyClusterSubnetGroupOutputBuilder
sourcepub fn cluster_subnet_group(self, input: ClusterSubnetGroup) -> Self
pub fn cluster_subnet_group(self, input: ClusterSubnetGroup) -> Self
Describes a subnet group.
sourcepub fn set_cluster_subnet_group(self, input: Option<ClusterSubnetGroup>) -> Self
pub fn set_cluster_subnet_group(self, input: Option<ClusterSubnetGroup>) -> Self
Describes a subnet group.
sourcepub fn build(self) -> ModifyClusterSubnetGroupOutput
pub fn build(self) -> ModifyClusterSubnetGroupOutput
Consumes the builder and constructs a ModifyClusterSubnetGroupOutput
.
Trait Implementations§
source§impl Clone for ModifyClusterSubnetGroupOutputBuilder
impl Clone for ModifyClusterSubnetGroupOutputBuilder
source§fn clone(&self) -> ModifyClusterSubnetGroupOutputBuilder
fn clone(&self) -> ModifyClusterSubnetGroupOutputBuilder
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 ModifyClusterSubnetGroupOutputBuilder
impl Default for ModifyClusterSubnetGroupOutputBuilder
source§fn default() -> ModifyClusterSubnetGroupOutputBuilder
fn default() -> ModifyClusterSubnetGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyClusterSubnetGroupOutputBuilder> for ModifyClusterSubnetGroupOutputBuilder
impl PartialEq<ModifyClusterSubnetGroupOutputBuilder> for ModifyClusterSubnetGroupOutputBuilder
source§fn eq(&self, other: &ModifyClusterSubnetGroupOutputBuilder) -> bool
fn eq(&self, other: &ModifyClusterSubnetGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.