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