public static class LoadBalancerTrafficShiftRolloutPolicy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LoadBalancerTrafficShiftRolloutPolicy.Builder |
batchCount(Integer batchCount)
Specifies number of batches for this stage.
|
LoadBalancerTrafficShiftRolloutPolicy.Builder |
batchDelayInSeconds(Integer batchDelayInSeconds)
Specifies delay in seconds between batches.
|
LoadBalancerTrafficShiftRolloutPolicy |
build() |
LoadBalancerTrafficShiftRolloutPolicy.Builder |
copy(LoadBalancerTrafficShiftRolloutPolicy model) |
LoadBalancerTrafficShiftRolloutPolicy.Builder |
rampLimitPercent(Float rampLimitPercent)
Indicates the criteria to stop.
|
public LoadBalancerTrafficShiftRolloutPolicy.Builder batchCount(Integer batchCount)
Specifies number of batches for this stage.
batchCount
- the value to setpublic LoadBalancerTrafficShiftRolloutPolicy.Builder batchDelayInSeconds(Integer batchDelayInSeconds)
Specifies delay in seconds between batches. The default delay is 1 minute.
batchDelayInSeconds
- the value to setpublic LoadBalancerTrafficShiftRolloutPolicy.Builder rampLimitPercent(Float rampLimitPercent)
Indicates the criteria to stop.
rampLimitPercent
- the value to setpublic LoadBalancerTrafficShiftRolloutPolicy build()
public LoadBalancerTrafficShiftRolloutPolicy.Builder copy(LoadBalancerTrafficShiftRolloutPolicy model)
Copyright © 2016–2024. All rights reserved.