Class CfnSignalCatalog.Builder
java.lang.Object
software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSignalCatalog>
- Enclosing class:
CfnSignalCatalog
@Stability(Stable)
public static final class CfnSignalCatalog.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSignalCatalog>
A fluent builder for
CfnSignalCatalog.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnSignalCatalog.Builderdescription(String description) A brief description of the signal catalog.The name of the signal catalog.nodeCounts(IResolvable nodeCounts) Information about the number of nodes and node types in a vehicle network.nodeCounts(CfnSignalCatalog.NodeCountsProperty nodeCounts) Information about the number of nodes and node types in a vehicle network.A list of information about nodes, which are a general abstraction of signals.nodes(IResolvable nodes) A list of information about nodes, which are a general abstraction of signals.Metadata that can be used to manage the signal catalog.
-
Method Details
-
create
@Stability(Stable) public static CfnSignalCatalog.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnSignalCatalog.Builder.
-
description
A brief description of the signal catalog.- Parameters:
description- A brief description of the signal catalog. This parameter is required.- Returns:
this- See Also:
-
name
The name of the signal catalog.- Parameters:
name- The name of the signal catalog. This parameter is required.- Returns:
this- See Also:
-
nodeCounts
Information about the number of nodes and node types in a vehicle network.- Parameters:
nodeCounts- Information about the number of nodes and node types in a vehicle network. This parameter is required.- Returns:
this- See Also:
-
nodeCounts
@Stability(Stable) public CfnSignalCatalog.Builder nodeCounts(CfnSignalCatalog.NodeCountsProperty nodeCounts) Information about the number of nodes and node types in a vehicle network.- Parameters:
nodeCounts- Information about the number of nodes and node types in a vehicle network. This parameter is required.- Returns:
this- See Also:
-
nodes
A list of information about nodes, which are a general abstraction of signals.- Parameters:
nodes- A list of information about nodes, which are a general abstraction of signals. This parameter is required.- Returns:
this- See Also:
-
nodes
A list of information about nodes, which are a general abstraction of signals.- Parameters:
nodes- A list of information about nodes, which are a general abstraction of signals. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata that can be used to manage the signal catalog.- Parameters:
tags- Metadata that can be used to manage the signal catalog. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSignalCatalog>- Returns:
- a newly built instance of
CfnSignalCatalog.
-