Struct aws_sdk_elasticache::model::resharding_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ReshardingStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn slot_migration(self, input: SlotMigration) -> Self
pub fn slot_migration(self, input: SlotMigration) -> Self
Represents the progress of an online resharding operation.
sourcepub fn set_slot_migration(self, input: Option<SlotMigration>) -> Self
pub fn set_slot_migration(self, input: Option<SlotMigration>) -> Self
Represents the progress of an online resharding operation.
sourcepub fn build(self) -> ReshardingStatus
pub fn build(self) -> ReshardingStatus
Consumes the builder and constructs a ReshardingStatus
.