Uses of Interface
software.amazon.awssdk.services.codedeploy.model.MinimumHealthyHostsPerZone.Builder
-
Packages that use MinimumHealthyHostsPerZone.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of MinimumHealthyHostsPerZone.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return MinimumHealthyHostsPerZone.Builder Modifier and Type Method Description static MinimumHealthyHostsPerZone.BuilderMinimumHealthyHostsPerZone. builder()MinimumHealthyHostsPerZone.BuilderMinimumHealthyHostsPerZone. toBuilder()MinimumHealthyHostsPerZone.BuilderMinimumHealthyHostsPerZone.Builder. type(String type)Thetypeassociated with theMinimumHealthyHostsPerZoneoption.MinimumHealthyHostsPerZone.BuilderMinimumHealthyHostsPerZone.Builder. type(MinimumHealthyHostsPerZoneType type)Thetypeassociated with theMinimumHealthyHostsPerZoneoption.MinimumHealthyHostsPerZone.BuilderMinimumHealthyHostsPerZone.Builder. value(Integer value)Thevalueassociated with theMinimumHealthyHostsPerZoneoption.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type MinimumHealthyHostsPerZone.Builder Modifier and Type Method Description static Class<? extends MinimumHealthyHostsPerZone.Builder>MinimumHealthyHostsPerZone. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type MinimumHealthyHostsPerZone.Builder Modifier and Type Method Description default ZonalConfig.BuilderZonalConfig.Builder. minimumHealthyHostsPerZone(Consumer<MinimumHealthyHostsPerZone.Builder> minimumHealthyHostsPerZone)The number or percentage of instances that must remain available per Availability Zone during a deployment.
-