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