Class CfnClusterPropsMixin.RebalancingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterPropsMixin.RebalancingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.RebalancingProperty>
- Enclosing interface:
CfnClusterPropsMixin.RebalancingProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.RebalancingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.RebalancingProperty>
A builder for
CfnClusterPropsMixin.RebalancingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnClusterPropsMixin.RebalancingProperty.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
status
Sets the value ofCfnClusterPropsMixin.RebalancingProperty.getStatus()- Parameters:
status- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.RebalancingProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.RebalancingProperty - Throws:
NullPointerException- if any required attribute was not provided
-