@Stability(value=Stable)
public static interface CfnSignalCatalog.NodeCountsProperty
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.iotfleetwise.*;
NodeCountsProperty nodeCountsProperty = NodeCountsProperty.builder()
.totalActuators(123)
.totalAttributes(123)
.totalBranches(123)
.totalNodes(123)
.totalSensors(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSignalCatalog.NodeCountsProperty.Builder
A builder for
CfnSignalCatalog.NodeCountsProperty |
static class |
CfnSignalCatalog.NodeCountsProperty.Jsii$Proxy
An implementation for
CfnSignalCatalog.NodeCountsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSignalCatalog.NodeCountsProperty.Builder |
builder() |
default Number |
getTotalActuators()
`CfnSignalCatalog.NodeCountsProperty.TotalActuators`.
|
default Number |
getTotalAttributes()
`CfnSignalCatalog.NodeCountsProperty.TotalAttributes`.
|
default Number |
getTotalBranches()
`CfnSignalCatalog.NodeCountsProperty.TotalBranches`.
|
default Number |
getTotalNodes()
`CfnSignalCatalog.NodeCountsProperty.TotalNodes`.
|
default Number |
getTotalSensors()
`CfnSignalCatalog.NodeCountsProperty.TotalSensors`.
|
@Stability(value=Stable) @Nullable default Number getTotalActuators()
@Stability(value=Stable) @Nullable default Number getTotalAttributes()
@Stability(value=Stable) @Nullable default Number getTotalBranches()
@Stability(value=Stable) @Nullable default Number getTotalNodes()
@Stability(value=Stable) @Nullable default Number getTotalSensors()
@Stability(value=Stable) static CfnSignalCatalog.NodeCountsProperty.Builder builder()
Copyright © 2022. All rights reserved.