Class CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.codedeploy.CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty>
- Enclosing interface:
CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty
@Stability(Stable)
public static final class CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
@Stability(Stable) public CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty.Builder type(String type) - Parameters:
type- Thetypeassociated with theMinimumHealthyHostsPerZoneoption.- Returns:
this
-
value
@Stability(Stable) public CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty.Builder value(Number value) - Parameters:
value- Thevalueassociated with theMinimumHealthyHostsPerZoneoption.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty>- Returns:
- a new instance of
CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty - Throws:
NullPointerException- if any required attribute was not provided
-