@Stability(value=Stable)
public static interface CfnRoute.DurationProperty
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.appmesh.*;
DurationProperty durationProperty = DurationProperty.builder()
.unit("unit")
.value(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRoute.DurationProperty.Builder
A builder for
CfnRoute.DurationProperty |
static class |
CfnRoute.DurationProperty.Jsii$Proxy
An implementation for
CfnRoute.DurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.DurationProperty.Builder |
builder() |
String |
getUnit()
A unit of time.
|
Number |
getValue()
A number of time units.
|
@Stability(value=Stable) @NotNull String getUnit()
@Stability(value=Stable) @NotNull Number getValue()
@Stability(value=Stable) static CfnRoute.DurationProperty.Builder builder()
CfnRoute.DurationProperty.Builder of CfnRoute.DurationPropertyCopyright © 2022. All rights reserved.