Class CfnDecoderManifestMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnDecoderManifestMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDecoderManifestMixinProps>
- Enclosing interface:
CfnDecoderManifestMixinProps
@Stability(Stable)
public static final class CfnDecoderManifestMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDecoderManifestMixinProps>
A builder for
CfnDecoderManifestMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.defaultForUnmappedSignals(String defaultForUnmappedSignals) Sets the value ofCfnDecoderManifestMixinProps.getDefaultForUnmappedSignals()description(String description) Sets the value ofCfnDecoderManifestMixinProps.getDescription()modelManifestArn(String modelManifestArn) Sets the value ofCfnDecoderManifestMixinProps.getModelManifestArn()Sets the value ofCfnDecoderManifestMixinProps.getName()networkInterfaces(List<? extends Object> networkInterfaces) Sets the value ofCfnDecoderManifestMixinProps.getNetworkInterfaces()networkInterfaces(IResolvable networkInterfaces) Sets the value ofCfnDecoderManifestMixinProps.getNetworkInterfaces()signalDecoders(List<? extends Object> signalDecoders) Sets the value ofCfnDecoderManifestMixinProps.getSignalDecoders()signalDecoders(IResolvable signalDecoders) Sets the value ofCfnDecoderManifestMixinProps.getSignalDecoders()Sets the value ofCfnDecoderManifestMixinProps.getStatus()Sets the value ofCfnDecoderManifestMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultForUnmappedSignals
@Stability(Stable) public CfnDecoderManifestMixinProps.Builder defaultForUnmappedSignals(String defaultForUnmappedSignals) Sets the value ofCfnDecoderManifestMixinProps.getDefaultForUnmappedSignals()- Parameters:
defaultForUnmappedSignals- Use default decoders for all unmapped signals in the model. You don't need to provide any detailed decoding information.- Returns:
this
-
description
Sets the value ofCfnDecoderManifestMixinProps.getDescription()- Parameters:
description- A brief description of the decoder manifest.- Returns:
this
-
modelManifestArn
@Stability(Stable) public CfnDecoderManifestMixinProps.Builder modelManifestArn(String modelManifestArn) Sets the value ofCfnDecoderManifestMixinProps.getModelManifestArn()- Parameters:
modelManifestArn- The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.- Returns:
this
-
name
Sets the value ofCfnDecoderManifestMixinProps.getName()- Parameters:
name- The name of the decoder manifest.- Returns:
this
-
networkInterfaces
@Stability(Stable) public CfnDecoderManifestMixinProps.Builder networkInterfaces(IResolvable networkInterfaces) Sets the value ofCfnDecoderManifestMixinProps.getNetworkInterfaces()- Parameters:
networkInterfaces- A list of information about available network interfaces.- Returns:
this
-
networkInterfaces
@Stability(Stable) public CfnDecoderManifestMixinProps.Builder networkInterfaces(List<? extends Object> networkInterfaces) Sets the value ofCfnDecoderManifestMixinProps.getNetworkInterfaces()- Parameters:
networkInterfaces- A list of information about available network interfaces.- Returns:
this
-
signalDecoders
@Stability(Stable) public CfnDecoderManifestMixinProps.Builder signalDecoders(IResolvable signalDecoders) Sets the value ofCfnDecoderManifestMixinProps.getSignalDecoders()- Parameters:
signalDecoders- A list of information about signal decoders.- Returns:
this
-
signalDecoders
@Stability(Stable) public CfnDecoderManifestMixinProps.Builder signalDecoders(List<? extends Object> signalDecoders) Sets the value ofCfnDecoderManifestMixinProps.getSignalDecoders()- Parameters:
signalDecoders- A list of information about signal decoders.- Returns:
this
-
status
Sets the value ofCfnDecoderManifestMixinProps.getStatus()- Parameters:
status- The state of the decoder manifest. If the status isACTIVE, the decoder manifest can't be edited. If the status is markedDRAFT, you can edit the decoder manifest.- Returns:
this
-
tags
Sets the value ofCfnDecoderManifestMixinProps.getTags()- Parameters:
tags- Metadata that can be used to manage the decoder manifest.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDecoderManifestMixinProps>- Returns:
- a new instance of
CfnDecoderManifestMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-