Struct aws_sdk_dynamodb::model::replication_group_update::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for ReplicationGroupUpdate
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn create(self, input: CreateReplicationGroupMemberAction) -> Self
pub fn create(self, input: CreateReplicationGroupMemberAction) -> Self
The parameters required for creating a replica for the table.
sourcepub fn set_create(
self,
input: Option<CreateReplicationGroupMemberAction>
) -> Self
pub fn set_create(
self,
input: Option<CreateReplicationGroupMemberAction>
) -> Self
The parameters required for creating a replica for the table.
sourcepub fn update(self, input: UpdateReplicationGroupMemberAction) -> Self
pub fn update(self, input: UpdateReplicationGroupMemberAction) -> Self
The parameters required for updating a replica for the table.
sourcepub fn set_update(
self,
input: Option<UpdateReplicationGroupMemberAction>
) -> Self
pub fn set_update(
self,
input: Option<UpdateReplicationGroupMemberAction>
) -> Self
The parameters required for updating a replica for the table.
sourcepub fn delete(self, input: DeleteReplicationGroupMemberAction) -> Self
pub fn delete(self, input: DeleteReplicationGroupMemberAction) -> Self
The parameters required for deleting a replica for the table.
sourcepub fn set_delete(
self,
input: Option<DeleteReplicationGroupMemberAction>
) -> Self
pub fn set_delete(
self,
input: Option<DeleteReplicationGroupMemberAction>
) -> Self
The parameters required for deleting a replica for the table.
sourcepub fn build(self) -> ReplicationGroupUpdate
pub fn build(self) -> ReplicationGroupUpdate
Consumes the builder and constructs a ReplicationGroupUpdate
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more