Class CfnModelManifestMixinProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.iotfleetwise.mixins.CfnModelManifestMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelManifestMixinProps>
- Enclosing interface:
CfnModelManifestMixinProps
@Stability(Stable)
public static final class CfnModelManifestMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelManifestMixinProps>
A builder for
CfnModelManifestMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnModelManifestMixinProps.getDescription()Sets the value ofCfnModelManifestMixinProps.getName()Sets the value ofCfnModelManifestMixinProps.getNodes()signalCatalogArn(String signalCatalogArn) Sets the value ofCfnModelManifestMixinProps.getSignalCatalogArn()Sets the value ofCfnModelManifestMixinProps.getStatus()Sets the value ofCfnModelManifestMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnModelManifestMixinProps.getDescription()- Parameters:
description- A brief description of the vehicle model.- Returns:
this
-
name
Sets the value ofCfnModelManifestMixinProps.getName()- Parameters:
name- The name of the vehicle model.- Returns:
this
-
nodes
Sets the value ofCfnModelManifestMixinProps.getNodes()- Parameters:
nodes- A list of nodes, which are a general abstraction of signals.- Returns:
this
-
signalCatalogArn
@Stability(Stable) public CfnModelManifestMixinProps.Builder signalCatalogArn(String signalCatalogArn) Sets the value ofCfnModelManifestMixinProps.getSignalCatalogArn()- Parameters:
signalCatalogArn- The Amazon Resource Name (ARN) of the signal catalog associated with the vehicle model.- Returns:
this
-
status
Sets the value ofCfnModelManifestMixinProps.getStatus()- Parameters:
status- The state of the vehicle model. If the status isACTIVE, the vehicle model can't be edited. If the status isDRAFT, you can edit the vehicle model.- Returns:
this
-
tags
Sets the value ofCfnModelManifestMixinProps.getTags()- Parameters:
tags- Metadata that can be used to manage the vehicle model.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelManifestMixinProps>- Returns:
- a new instance of
CfnModelManifestMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-