pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteGlobalReplicationGroupInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn global_replication_group_id(self, input: impl Into<String>) -> Self
pub fn global_replication_group_id(self, input: impl Into<String>) -> Self
The name of the Global datastore
sourcepub fn set_global_replication_group_id(self, input: Option<String>) -> Self
pub fn set_global_replication_group_id(self, input: Option<String>) -> Self
The name of the Global datastore
sourcepub fn retain_primary_replication_group(self, input: bool) -> Self
pub fn retain_primary_replication_group(self, input: bool) -> Self
The primary replication group is retained as a standalone replication group.
sourcepub fn set_retain_primary_replication_group(self, input: Option<bool>) -> Self
pub fn set_retain_primary_replication_group(self, input: Option<bool>) -> Self
The primary replication group is retained as a standalone replication group.
sourcepub fn build(self) -> Result<DeleteGlobalReplicationGroupInput, BuildError>
pub fn build(self) -> Result<DeleteGlobalReplicationGroupInput, BuildError>
Consumes the builder and constructs a DeleteGlobalReplicationGroupInput
.