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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ReshardingStatus.BuilderslotMigration(Consumer<SlotMigration.Builder> slotMigration)The status of the online resharding slot migrationReshardingStatus.BuilderslotMigration(SlotMigration slotMigration)The status of the online resharding slot migration-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
slotMigration
ReshardingStatus.Builder slotMigration(SlotMigration slotMigration)
The status of the online resharding slot migration
- Parameters:
slotMigration- The status of the online resharding slot migration- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotMigration
default ReshardingStatus.Builder slotMigration(Consumer<SlotMigration.Builder> slotMigration)
The status of the online resharding slot migration
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:
slotMigration(SlotMigration)
-
-