@Stability(value=Stable)
public static interface CfnDeployment.IoTJobExecutionsRolloutConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.greengrassv2.*;
Object rateIncreaseCriteria;
IoTJobExecutionsRolloutConfigProperty ioTJobExecutionsRolloutConfigProperty = IoTJobExecutionsRolloutConfigProperty.builder()
.exponentialRate(IoTJobExponentialRolloutRateProperty.builder()
.baseRatePerMinute(123)
.incrementFactor(123)
.rateIncreaseCriteria(rateIncreaseCriteria)
.build())
.maximumPerMinute(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.IoTJobExecutionsRolloutConfigProperty.Builder
A builder for
CfnDeployment.IoTJobExecutionsRolloutConfigProperty |
static class |
CfnDeployment.IoTJobExecutionsRolloutConfigProperty.Jsii$Proxy
An implementation for
CfnDeployment.IoTJobExecutionsRolloutConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.IoTJobExecutionsRolloutConfigProperty.Builder |
builder() |
default Object |
getExponentialRate()
`CfnDeployment.IoTJobExecutionsRolloutConfigProperty.ExponentialRate`.
|
default Number |
getMaximumPerMinute()
`CfnDeployment.IoTJobExecutionsRolloutConfigProperty.MaximumPerMinute`.
|
@Stability(value=Stable) @Nullable default Object getExponentialRate()
@Stability(value=Stable) @Nullable default Number getMaximumPerMinute()
@Stability(value=Stable) static CfnDeployment.IoTJobExecutionsRolloutConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.