Interface ReshardingStatus.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ReshardingStatus.Builder,,ReshardingStatus> SdkBuilder<ReshardingStatus.Builder,,ReshardingStatus> SdkPojo
- Enclosing class:
 ReshardingStatus
public static interface ReshardingStatus.Builder
extends SdkPojo, CopyableBuilder<ReshardingStatus.Builder,ReshardingStatus> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault ReshardingStatus.BuilderslotMigration(Consumer<SlotMigration.Builder> slotMigration) Represents the progress of an online resharding operation.slotMigration(SlotMigration slotMigration) Represents the progress of an online resharding operation.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
- 
slotMigration
Represents the progress of an online resharding operation.
- Parameters:
 slotMigration- Represents the progress of an online resharding operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
slotMigration
Represents the progress of an online resharding operation.
This is a convenience method that creates an instance of theSlotMigration.Builderavoiding the need to create one manually viaSlotMigration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toslotMigration(SlotMigration).- Parameters:
 slotMigration- a consumer that will call methods onSlotMigration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -