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.Builder
defaultForUnmappedSignals
(String defaultForUnmappedSignals) description
(String description) (Optional) 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) (Optional) A list of information about available network interfaces.networkInterfaces
(IResolvable networkInterfaces) (Optional) A list of information about available network interfaces.signalDecoders
(List<? extends Object> signalDecoders) (Optional) A list of information about signal decoders.signalDecoders
(IResolvable signalDecoders) (Optional) A list of information about signal decoders.(Optional) The state of the decoder manifest.(Optional) 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) - Parameters:
defaultForUnmappedSignals
- This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
status
(Optional) 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
- (Optional) The state of the decoder manifest. This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDecoderManifest>
- Returns:
- a newly built instance of
CfnDecoderManifest
.
-