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 Details

    • create

      @Stability(Stable) public static CfnSignalCatalog.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnSignalCatalog.Builder.
    • description

      @Stability(Stable) public CfnSignalCatalog.Builder description(String 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

      @Stability(Stable) public CfnSignalCatalog.Builder name(String name)
      (Optional) The name of the signal catalog.

      Parameters:
      name - (Optional) The name of the signal catalog. This parameter is required.
      Returns:
      this
    • nodeCounts

      @Stability(Stable) public CfnSignalCatalog.Builder nodeCounts(IResolvable 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

      @Stability(Stable) public CfnSignalCatalog.Builder nodes(IResolvable 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

      @Stability(Stable) public CfnSignalCatalog.Builder nodes(List<? extends Object> 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

      @Stability(Stable) public CfnSignalCatalog.Builder tags(List<? extends CfnTag> 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

      @Stability(Stable) public CfnSignalCatalog build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnSignalCatalog>
      Returns:
      a newly built instance of CfnSignalCatalog.