Struct aws_sdk_elasticache::model::slot_migration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SlotMigration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn progress_percentage(self, input: f64) -> Self
pub fn progress_percentage(self, input: f64) -> Self
The percentage of the slot migration that is complete.
sourcepub fn set_progress_percentage(self, input: Option<f64>) -> Self
pub fn set_progress_percentage(self, input: Option<f64>) -> Self
The percentage of the slot migration that is complete.
sourcepub fn build(self) -> SlotMigration
pub fn build(self) -> SlotMigration
Consumes the builder and constructs a SlotMigration
.