Struct aws_sdk_elasticache::types::builders::SlotMigrationBuilder
source · #[non_exhaustive]pub struct SlotMigrationBuilder { /* private fields */ }
Expand description
A builder for SlotMigration
.
Implementations§
source§impl SlotMigrationBuilder
impl SlotMigrationBuilder
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
.
Trait Implementations§
source§impl Clone for SlotMigrationBuilder
impl Clone for SlotMigrationBuilder
source§fn clone(&self) -> SlotMigrationBuilder
fn clone(&self) -> SlotMigrationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SlotMigrationBuilder
impl Debug for SlotMigrationBuilder
source§impl Default for SlotMigrationBuilder
impl Default for SlotMigrationBuilder
source§fn default() -> SlotMigrationBuilder
fn default() -> SlotMigrationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SlotMigrationBuilder> for SlotMigrationBuilder
impl PartialEq<SlotMigrationBuilder> for SlotMigrationBuilder
source§fn eq(&self, other: &SlotMigrationBuilder) -> bool
fn eq(&self, other: &SlotMigrationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.