The settings to be applied to the replication group, either immediately or during the next maintenance window.

 public ReplicationGroup WithPendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)
 {
     this.pendingModifiedValues = pendingModifiedValues;
     return this;
 }
Example #2
0
 public ReplicationGroup WithPendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)
 {
     this.pendingModifiedValues = pendingModifiedValues;
     return(this);
 }