Interface CfnVirtualNode.DurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualNode.DurationProperty.Jsii$Proxy
- Enclosing class:
- CfnVirtualNode
@Stability(Stable)
public static interface CfnVirtualNode.DurationProperty
extends software.amazon.jsii.JsiiSerializable
An object that represents a duration of time.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVirtualNode.DurationProperty
static final class
An implementation forCfnVirtualNode.DurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUnit
A unit of time. -
getValue
A number of time units. -
builder
-