Class CfnModelManifest.Builder

java.lang.Object
software.amazon.awscdk.services.iotfleetwise.CfnModelManifest.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelManifest>
Enclosing class:
CfnModelManifest

@Stability(Stable) public static final class CfnModelManifest.Builder extends Object implements software.amazon.jsii.Builder<CfnModelManifest>
A fluent builder for CfnModelManifest.
  • Method Details

    • create

      @Stability(Stable) public static CfnModelManifest.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 CfnModelManifest.Builder.
    • name

      @Stability(Stable) public CfnModelManifest.Builder name(String name)
      The name of the vehicle model.

      Parameters:
      name - The name of the vehicle model. This parameter is required.
      Returns:
      this
    • signalCatalogArn

      @Stability(Stable) public CfnModelManifest.Builder signalCatalogArn(String signalCatalogArn)
      The Amazon Resource Name (ARN) of the signal catalog associated with the vehicle model.

      Parameters:
      signalCatalogArn - The Amazon Resource Name (ARN) of the signal catalog associated with the vehicle model. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public CfnModelManifest.Builder description(String description)
      (Optional) A brief description of the vehicle model.

      Parameters:
      description - (Optional) A brief description of the vehicle model. This parameter is required.
      Returns:
      this
    • nodes

      @Stability(Stable) public CfnModelManifest.Builder nodes(List<String> nodes)
      (Optional) A list of nodes, which are a general abstraction of signals.

      Parameters:
      nodes - (Optional) A list of nodes, which are a general abstraction of signals. This parameter is required.
      Returns:
      this
    • status

      @Stability(Stable) public CfnModelManifest.Builder status(String status)
      (Optional) The state of the vehicle model.

      If the status is ACTIVE , the vehicle model can't be edited. If the status is DRAFT , you can edit the vehicle model.

      Parameters:
      status - (Optional) The state of the vehicle model. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnModelManifest.Builder tags(List<? extends CfnTag> tags)
      (Optional) Metadata that can be used to manage the vehicle model.

      Parameters:
      tags - (Optional) Metadata that can be used to manage the vehicle model. This parameter is required.
      Returns:
      this
    • build

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