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 Summary
Modifier and TypeMethodDescriptionbuild()static CfnDecoderManifest.BuilderdefaultForUnmappedSignals(String defaultForUnmappedSignals) Use default decoders for all unmapped signals in the model.description(String description) A brief description of the decoder manifest.modelManifestArn(String modelManifestArn) The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.The name of the decoder manifest.networkInterfaces(List<? extends Object> networkInterfaces) A list of information about available network interfaces.networkInterfaces(IResolvable networkInterfaces) A list of information about available network interfaces.signalDecoders(List<? extends Object> signalDecoders) A list of information about signal decoders.signalDecoders(IResolvable signalDecoders) A list of information about signal decoders.The state of the decoder manifest.Metadata that can be used to manage the decoder manifest.
-
Method Details
-
create
@Stability(Stable) public static CfnDecoderManifest.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnDecoderManifest.Builder.
-
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- See Also:
-
name
The name of the decoder manifest.- Parameters:
name- The name of the decoder manifest. This parameter is required.- Returns:
this- See Also:
-
defaultForUnmappedSignals
@Stability(Stable) public CfnDecoderManifest.Builder defaultForUnmappedSignals(String defaultForUnmappedSignals) Use default decoders for all unmapped signals in the model.You don't need to provide any detailed decoding information.
- Parameters:
defaultForUnmappedSignals- Use default decoders for all unmapped signals in the model. This parameter is required.- Returns:
this- See Also:
-
description
A brief description of the decoder manifest.- Parameters:
description- A brief description of the decoder manifest. This parameter is required.- Returns:
this- See Also:
-
networkInterfaces
@Stability(Stable) public CfnDecoderManifest.Builder networkInterfaces(IResolvable networkInterfaces) A list of information about available network interfaces.- Parameters:
networkInterfaces- A list of information about available network interfaces. This parameter is required.- Returns:
this- See Also:
-
networkInterfaces
@Stability(Stable) public CfnDecoderManifest.Builder networkInterfaces(List<? extends Object> networkInterfaces) A list of information about available network interfaces.- Parameters:
networkInterfaces- A list of information about available network interfaces. This parameter is required.- Returns:
this- See Also:
-
signalDecoders
A list of information about signal decoders.- Parameters:
signalDecoders- A list of information about signal decoders. This parameter is required.- Returns:
this- See Also:
-
signalDecoders
@Stability(Stable) public CfnDecoderManifest.Builder signalDecoders(List<? extends Object> signalDecoders) A list of information about signal decoders.- Parameters:
signalDecoders- A list of information about signal decoders. This parameter is required.- Returns:
this- See Also:
-
status
The state of the decoder manifest.If the status is
ACTIVE, the decoder manifest can't be edited. If the status is markedDRAFT, you can edit the decoder manifest.Default: - "DRAFT"
- Parameters:
status- The state of the decoder manifest. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata that can be used to manage the decoder manifest.- Parameters:
tags- Metadata that can be used to manage the decoder manifest. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDecoderManifest>- Returns:
- a newly built instance of
CfnDecoderManifest.
-