public static interface ReshardingStatus.Builder extends SdkPojo, CopyableBuilder<ReshardingStatus.Builder,ReshardingStatus>
| Modifier and Type | Method and Description |
|---|---|
default ReshardingStatus.Builder |
slotMigration(Consumer<SlotMigration.Builder> slotMigration)
The status of the online resharding slot migration
|
ReshardingStatus.Builder |
slotMigration(SlotMigration slotMigration)
The status of the online resharding slot migration
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReshardingStatus.Builder slotMigration(SlotMigration slotMigration)
The status of the online resharding slot migration
slotMigration - The status of the online resharding slot migrationdefault ReshardingStatus.Builder slotMigration(Consumer<SlotMigration.Builder> slotMigration)
The status of the online resharding slot migration
This is a convenience that creates an instance of theSlotMigration.Builder avoiding the need to
create one manually via SlotMigration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to slotMigration(SlotMigration).slotMigration - a consumer that will call methods on SlotMigration.BuilderslotMigration(SlotMigration)Copyright © 2021. All rights reserved.