Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.IoTJobExecutionsRolloutConfig.Builder
-
Packages that use IoTJobExecutionsRolloutConfig.Builder Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of IoTJobExecutionsRolloutConfig.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return IoTJobExecutionsRolloutConfig.Builder Modifier and Type Method Description static IoTJobExecutionsRolloutConfig.BuilderIoTJobExecutionsRolloutConfig. builder()default IoTJobExecutionsRolloutConfig.BuilderIoTJobExecutionsRolloutConfig.Builder. exponentialRate(Consumer<IoTJobExponentialRolloutRate.Builder> exponentialRate)The exponential rate to increase the job rollout rate.IoTJobExecutionsRolloutConfig.BuilderIoTJobExecutionsRolloutConfig.Builder. exponentialRate(IoTJobExponentialRolloutRate exponentialRate)The exponential rate to increase the job rollout rate.IoTJobExecutionsRolloutConfig.BuilderIoTJobExecutionsRolloutConfig.Builder. maximumPerMinute(Integer maximumPerMinute)The maximum number of devices that receive a pending job notification, per minute.IoTJobExecutionsRolloutConfig.BuilderIoTJobExecutionsRolloutConfig. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type IoTJobExecutionsRolloutConfig.Builder Modifier and Type Method Description static Class<? extends IoTJobExecutionsRolloutConfig.Builder>IoTJobExecutionsRolloutConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type IoTJobExecutionsRolloutConfig.Builder Modifier and Type Method Description default DeploymentIoTJobConfiguration.BuilderDeploymentIoTJobConfiguration.Builder. jobExecutionsRolloutConfig(Consumer<IoTJobExecutionsRolloutConfig.Builder> jobExecutionsRolloutConfig)The rollout configuration for the job.
-