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)
Represents the progress of an online resharding operation.
|
ReshardingStatus.Builder |
slotMigration(SlotMigration slotMigration)
Represents the progress of an online resharding operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReshardingStatus.Builder slotMigration(SlotMigration slotMigration)
Represents the progress of an online resharding operation.
slotMigration - Represents the progress of an online resharding operation.default ReshardingStatus.Builder slotMigration(Consumer<SlotMigration.Builder> slotMigration)
Represents the progress of an online resharding operation.
This is a convenience method 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 © 2023. All rights reserved.