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
Modifier and TypeMethodDescriptionprogressPercentage(Double progressPercentage) The percentage of the slot migration that is complete.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
 
 
 -