pub struct Builder { /* private fields */ }
Expand description
A builder for DisassociateGlobalReplicationGroupInput
.
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 replication_group_id(self, input: impl Into<String>) -> Self
pub fn replication_group_id(self, input: impl Into<String>) -> Self
The name of the secondary cluster you wish to remove from the Global datastore
sourcepub fn set_replication_group_id(self, input: Option<String>) -> Self
pub fn set_replication_group_id(self, input: Option<String>) -> Self
The name of the secondary cluster you wish to remove from the Global datastore
sourcepub fn replication_group_region(self, input: impl Into<String>) -> Self
pub fn replication_group_region(self, input: impl Into<String>) -> Self
The Amazon region of secondary cluster you wish to remove from the Global datastore
sourcepub fn set_replication_group_region(self, input: Option<String>) -> Self
pub fn set_replication_group_region(self, input: Option<String>) -> Self
The Amazon region of secondary cluster you wish to remove from the Global datastore
sourcepub fn build(
self
) -> Result<DisassociateGlobalReplicationGroupInput, BuildError>
pub fn build(
self
) -> Result<DisassociateGlobalReplicationGroupInput, BuildError>
Consumes the builder and constructs a DisassociateGlobalReplicationGroupInput
.