public static class ComputeInstanceGroupFailurePolicyByCount.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ComputeInstanceGroupFailurePolicyByCount |
build() |
ComputeInstanceGroupFailurePolicyByCount.Builder |
copy(ComputeInstanceGroupFailurePolicyByCount model) |
ComputeInstanceGroupFailurePolicyByCount.Builder |
failureCount(Integer failureCount)
The threshold count of failed instances in the group, which when reached or exceeded sets
the stage as Failed.
|
public ComputeInstanceGroupFailurePolicyByCount.Builder failureCount(Integer failureCount)
The threshold count of failed instances in the group, which when reached or exceeded sets the stage as Failed.
failureCount
- the value to setpublic ComputeInstanceGroupFailurePolicyByCount build()
public ComputeInstanceGroupFailurePolicyByCount.Builder copy(ComputeInstanceGroupFailurePolicyByCount model)
Copyright © 2016–2024. All rights reserved.