@Stability(value=Stable)
public static interface CfnDeploymentConfig.TimeBasedLinearProperty
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.codedeploy.*;
TimeBasedLinearProperty timeBasedLinearProperty = TimeBasedLinearProperty.builder()
.linearInterval(123)
.linearPercentage(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentConfig.TimeBasedLinearProperty.Builder
A builder for
CfnDeploymentConfig.TimeBasedLinearProperty |
static class |
CfnDeploymentConfig.TimeBasedLinearProperty.Jsii$Proxy
An implementation for
CfnDeploymentConfig.TimeBasedLinearProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentConfig.TimeBasedLinearProperty.Builder |
builder() |
Number |
getLinearInterval()
`CfnDeploymentConfig.TimeBasedLinearProperty.LinearInterval`.
|
Number |
getLinearPercentage()
`CfnDeploymentConfig.TimeBasedLinearProperty.LinearPercentage`.
|
@Stability(value=Stable) @NotNull Number getLinearInterval()
@Stability(value=Stable) @NotNull Number getLinearPercentage()
@Stability(value=Stable) static CfnDeploymentConfig.TimeBasedLinearProperty.Builder builder()
Copyright © 2021. All rights reserved.