Interface IoTJobExecutionsRolloutConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IoTJobExecutionsRolloutConfig.Builder,IoTJobExecutionsRolloutConfig>,SdkBuilder<IoTJobExecutionsRolloutConfig.Builder,IoTJobExecutionsRolloutConfig>,SdkPojo
- Enclosing class:
- IoTJobExecutionsRolloutConfig
public static interface IoTJobExecutionsRolloutConfig.Builder extends SdkPojo, CopyableBuilder<IoTJobExecutionsRolloutConfig.Builder,IoTJobExecutionsRolloutConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IoTJobExecutionsRolloutConfig.BuilderexponentialRate(Consumer<IoTJobExponentialRolloutRate.Builder> exponentialRate)The exponential rate to increase the job rollout rate.IoTJobExecutionsRolloutConfig.BuilderexponentialRate(IoTJobExponentialRolloutRate exponentialRate)The exponential rate to increase the job rollout rate.IoTJobExecutionsRolloutConfig.BuildermaximumPerMinute(Integer maximumPerMinute)The maximum number of devices that receive a pending job notification, per minute.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
exponentialRate
IoTJobExecutionsRolloutConfig.Builder exponentialRate(IoTJobExponentialRolloutRate exponentialRate)
The exponential rate to increase the job rollout rate.
- Parameters:
exponentialRate- The exponential rate to increase the job rollout rate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exponentialRate
default IoTJobExecutionsRolloutConfig.Builder exponentialRate(Consumer<IoTJobExponentialRolloutRate.Builder> exponentialRate)
The exponential rate to increase the job rollout rate.
This is a convenience method that creates an instance of theIoTJobExponentialRolloutRate.Builderavoiding the need to create one manually viaIoTJobExponentialRolloutRate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexponentialRate(IoTJobExponentialRolloutRate).- Parameters:
exponentialRate- a consumer that will call methods onIoTJobExponentialRolloutRate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
exponentialRate(IoTJobExponentialRolloutRate)
-
maximumPerMinute
IoTJobExecutionsRolloutConfig.Builder maximumPerMinute(Integer maximumPerMinute)
The maximum number of devices that receive a pending job notification, per minute.
- Parameters:
maximumPerMinute- The maximum number of devices that receive a pending job notification, per minute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-