@Stability(value=Stable)
public static interface CfnJobTemplate.RateIncreaseCriteriaProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iot.*;
RateIncreaseCriteriaProperty rateIncreaseCriteriaProperty = RateIncreaseCriteriaProperty.builder()
.numberOfNotifiedThings(123)
.numberOfSucceededThings(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJobTemplate.RateIncreaseCriteriaProperty.Builder
A builder for
CfnJobTemplate.RateIncreaseCriteriaProperty |
static class |
CfnJobTemplate.RateIncreaseCriteriaProperty.Jsii$Proxy
An implementation for
CfnJobTemplate.RateIncreaseCriteriaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJobTemplate.RateIncreaseCriteriaProperty.Builder |
builder() |
default Number |
getNumberOfNotifiedThings()
The threshold for number of notified things that will initiate the increase in rate of rollout.
|
default Number |
getNumberOfSucceededThings()
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
|
@Stability(value=Stable) @Nullable default Number getNumberOfNotifiedThings()
@Stability(value=Stable) @Nullable default Number getNumberOfSucceededThings()
@Stability(value=Stable) static CfnJobTemplate.RateIncreaseCriteriaProperty.Builder builder()
Copyright © 2023. All rights reserved.