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