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