Class CfnDecoderManifestPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnDecoderManifestPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDecoderManifestPropsMixin>
- Enclosing class:
CfnDecoderManifestPropsMixin
@Stability(Stable)
public static final class CfnDecoderManifestPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDecoderManifestPropsMixin>
A fluent builder for
CfnDecoderManifestPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) defaultForUnmappedSignals(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 CfnDecoderManifestPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDecoderManifestPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDecoderManifestPropsMixin.Builder.
-
defaultForUnmappedSignals
@Stability(Stable) public CfnDecoderManifestPropsMixin.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:
-
modelManifestArn
@Stability(Stable) public CfnDecoderManifestPropsMixin.Builder modelManifestArn(String 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:
-
networkInterfaces
@Stability(Stable) public CfnDecoderManifestPropsMixin.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 CfnDecoderManifestPropsMixin.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
@Stability(Stable) public CfnDecoderManifestPropsMixin.Builder signalDecoders(IResolvable 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 CfnDecoderManifestPropsMixin.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<CfnDecoderManifestPropsMixin>- Returns:
- a newly built instance of
CfnDecoderManifestPropsMixin.
-