Class CfnModelManifestPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnModelManifestPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelManifestPropsMixin>
- Enclosing class:
CfnModelManifestPropsMixin
@Stability(Stable)
public static final class CfnModelManifestPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelManifestPropsMixin>
A fluent builder for
CfnModelManifestPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A brief description of the vehicle model.The name of the vehicle model.A list of nodes, which are a general abstraction of signals.signalCatalogArn(String signalCatalogArn) The Amazon Resource Name (ARN) of the signal catalog associated with the vehicle model.The state of the vehicle model.Metadata that can be used to manage the vehicle model.
-
Method Details
-
create
@Stability(Stable) public static CfnModelManifestPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnModelManifestPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnModelManifestPropsMixin.Builder.
-
description
A brief description of the vehicle model.- Parameters:
description- A brief description of the vehicle model. This parameter is required.- Returns:
this- See Also:
-
name
The name of the vehicle model.- Parameters:
name- The name of the vehicle model. This parameter is required.- Returns:
this- See Also:
-
nodes
A list of nodes, which are a general abstraction of signals.- Parameters:
nodes- A list of nodes, which are a general abstraction of signals. This parameter is required.- Returns:
this- See Also:
-
signalCatalogArn
@Stability(Stable) public CfnModelManifestPropsMixin.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- See Also:
-
status
The state of the vehicle model.If the status is
ACTIVE, the vehicle model can't be edited. If the status isDRAFT, you can edit the vehicle model.Default: - "DRAFT"
- Parameters:
status- The state of the vehicle model. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata that can be used to manage the vehicle model.- Parameters:
tags- Metadata that can be used to manage the vehicle model. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelManifestPropsMixin>- Returns:
- a newly built instance of
CfnModelManifestPropsMixin.
-