pub struct Builder { /* private fields */ }
Expand description
A builder for CompleteMigrationOutput
.
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) -> CompleteMigrationOutput
pub fn build(self) -> CompleteMigrationOutput
Consumes the builder and constructs a CompleteMigrationOutput
.