Class CfnDecoderManifest.Builder

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

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

    • create

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

      @Stability(Stable) public CfnDecoderManifest.Builder modelManifestArn(String modelManifestArn)
      The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.

      Parameters:
      modelManifestArn - The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest. This parameter is required.
      Returns:
      this
    • name

      @Stability(Stable) public CfnDecoderManifest.Builder name(String name)
      The name of the decoder manifest.

      Parameters:
      name - The name of the decoder manifest. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public CfnDecoderManifest.Builder description(String description)
      (Optional) A brief description of the decoder manifest.

      Parameters:
      description - (Optional) A brief description of the decoder manifest. This parameter is required.
      Returns:
      this
    • networkInterfaces

      @Stability(Stable) public CfnDecoderManifest.Builder networkInterfaces(IResolvable networkInterfaces)
      (Optional) A list of information about available network interfaces.

      Parameters:
      networkInterfaces - (Optional) A list of information about available network interfaces. This parameter is required.
      Returns:
      this
    • networkInterfaces

      @Stability(Stable) public CfnDecoderManifest.Builder networkInterfaces(List<? extends Object> networkInterfaces)
      (Optional) A list of information about available network interfaces.

      Parameters:
      networkInterfaces - (Optional) A list of information about available network interfaces. This parameter is required.
      Returns:
      this
    • signalDecoders

      @Stability(Stable) public CfnDecoderManifest.Builder signalDecoders(IResolvable signalDecoders)
      (Optional) A list of information about signal decoders.

      Parameters:
      signalDecoders - (Optional) A list of information about signal decoders. This parameter is required.
      Returns:
      this
    • signalDecoders

      @Stability(Stable) public CfnDecoderManifest.Builder signalDecoders(List<? extends Object> signalDecoders)
      (Optional) A list of information about signal decoders.

      Parameters:
      signalDecoders - (Optional) A list of information about signal decoders. This parameter is required.
      Returns:
      this
    • status

      @Stability(Stable) public CfnDecoderManifest.Builder status(String status)
      (Optional) The state of the decoder manifest.

      If the status is ACTIVE , the decoder manifest can't be edited. If the status is marked DRAFT , you can edit the decoder manifest.

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

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

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

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