Interface Rebalancing.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Rebalancing.Builder,,Rebalancing> SdkBuilder<Rebalancing.Builder,,Rebalancing> SdkPojo
- Enclosing class:
Rebalancing
@Mutable
@NotThreadSafe
public static interface Rebalancing.Builder
extends SdkPojo, CopyableBuilder<Rebalancing.Builder,Rebalancing>
-
Method Summary
Modifier and TypeMethodDescriptionIntelligent rebalancing status.status(RebalancingStatus status) Intelligent rebalancing status.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
-
status
Intelligent rebalancing status. The default intelligent rebalancing status is ACTIVE for all new Express-based clusters.
- Parameters:
status-Intelligent rebalancing status. The default intelligent rebalancing status is ACTIVE for all new Express-based clusters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Intelligent rebalancing status. The default intelligent rebalancing status is ACTIVE for all new Express-based clusters.
- Parameters:
status-Intelligent rebalancing status. The default intelligent rebalancing status is ACTIVE for all new Express-based clusters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-