Interface SlotMigration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SlotMigration.Builder,SlotMigration>
,SdkBuilder<SlotMigration.Builder,SlotMigration>
,SdkPojo
- Enclosing class:
- SlotMigration
public static interface SlotMigration.Builder extends SdkPojo, CopyableBuilder<SlotMigration.Builder,SlotMigration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotMigration.Builder
progressPercentage(Double progressPercentage)
The percentage of the slot migration that is complete.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
progressPercentage
SlotMigration.Builder progressPercentage(Double progressPercentage)
The percentage of the slot migration that is complete.
- Parameters:
progressPercentage
- The percentage of the slot migration that is complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-