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.Builderdescription(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
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- 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
-
name
The name of the decoder manifest.- Parameters:
name- The name of the decoder manifest. This parameter is required.- Returns:
this
-
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
(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
(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.- Parameters:
status- (Optional) The state of the decoder manifest. This parameter is required.- Returns:
this
-
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
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDecoderManifest>- Returns:
- a newly built instance of
CfnDecoderManifest.
-