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.Builder
description
(String description) (Optional) A brief description of the signal catalog.(Optional) The name of the signal catalog.nodeCounts
(IResolvable nodeCounts) (Optional) Information about the number of nodes and node types in a vehicle network.nodeCounts
(CfnSignalCatalog.NodeCountsProperty nodeCounts) (Optional) Information about the number of nodes and node types in a vehicle network.(Optional) A list of information about nodes, which are a general abstraction of signals.nodes
(IResolvable nodes) (Optional) A list of information about nodes, which are a general abstraction of signals.(Optional) Metadata that can be used to manage the signal catalog.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnSignalCatalog.Builder
.
-
description
(Optional) A brief description of the signal catalog.- Parameters:
description
- (Optional) A brief description of the signal catalog. This parameter is required.- Returns:
this
-
name
(Optional) The name of the signal catalog.- Parameters:
name
- (Optional) The name of the signal catalog. This parameter is required.- Returns:
this
-
nodeCounts
(Optional) Information about the number of nodes and node types in a vehicle network.- Parameters:
nodeCounts
- (Optional) Information about the number of nodes and node types in a vehicle network. This parameter is required.- Returns:
this
-
nodeCounts
@Stability(Stable) public CfnSignalCatalog.Builder nodeCounts(CfnSignalCatalog.NodeCountsProperty nodeCounts) (Optional) Information about the number of nodes and node types in a vehicle network.- Parameters:
nodeCounts
- (Optional) Information about the number of nodes and node types in a vehicle network. This parameter is required.- Returns:
this
-
nodes
(Optional) A list of information about nodes, which are a general abstraction of signals.- Parameters:
nodes
- (Optional) A list of information about nodes, which are a general abstraction of signals. This parameter is required.- Returns:
this
-
nodes
(Optional) A list of information about nodes, which are a general abstraction of signals.- Parameters:
nodes
- (Optional) A list of information about nodes, which are a general abstraction of signals. This parameter is required.- Returns:
this
-
tags
(Optional) Metadata that can be used to manage the signal catalog.- Parameters:
tags
- (Optional) Metadata that can be used to manage the signal catalog. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSignalCatalog>
- Returns:
- a newly built instance of
CfnSignalCatalog
.
-