public static interface AwsJobExecutionsRolloutConfig.Builder extends SdkPojo, CopyableBuilder<AwsJobExecutionsRolloutConfig.Builder,AwsJobExecutionsRolloutConfig>
Modifier and Type | Method and Description |
---|---|
AwsJobExecutionsRolloutConfig.Builder |
exponentialRate(AwsJobExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout.
|
default AwsJobExecutionsRolloutConfig.Builder |
exponentialRate(Consumer<AwsJobExponentialRolloutRate.Builder> exponentialRate)
The rate of increase for a job rollout.
|
AwsJobExecutionsRolloutConfig.Builder |
maximumPerMinute(Integer maximumPerMinute)
The maximum number of OTA update job executions started per minute.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsJobExecutionsRolloutConfig.Builder maximumPerMinute(Integer maximumPerMinute)
The maximum number of OTA update job executions started per minute.
maximumPerMinute
- The maximum number of OTA update job executions started per minute.AwsJobExecutionsRolloutConfig.Builder exponentialRate(AwsJobExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
exponentialRate
- The rate of increase for a job rollout. This parameter allows you to define an exponential rate
increase for a job rollout.default AwsJobExecutionsRolloutConfig.Builder exponentialRate(Consumer<AwsJobExponentialRolloutRate.Builder> exponentialRate)
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
This is a convenience method that creates an instance of theAwsJobExponentialRolloutRate.Builder
avoiding the need to create one manually via AwsJobExponentialRolloutRate.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to exponentialRate(AwsJobExponentialRolloutRate)
.
exponentialRate
- a consumer that will call methods on AwsJobExponentialRolloutRate.Builder
exponentialRate(AwsJobExponentialRolloutRate)
Copyright © 2022. All rights reserved.