pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyReplicationGroupOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn replication_group(self, input: ReplicationGroup) -> Self
pub fn replication_group(self, input: ReplicationGroup) -> Self
Contains all of the attributes of a specific Redis replication group.
sourcepub fn set_replication_group(self, input: Option<ReplicationGroup>) -> Self
pub fn set_replication_group(self, input: Option<ReplicationGroup>) -> Self
Contains all of the attributes of a specific Redis replication group.
sourcepub fn build(self) -> ModifyReplicationGroupOutput
pub fn build(self) -> ModifyReplicationGroupOutput
Consumes the builder and constructs a ModifyReplicationGroupOutput
.