Class CfnDecoderManifestProps.Builder
java.lang.Object
software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifestProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDecoderManifestProps>
- Enclosing interface:
CfnDecoderManifestProps
@Stability(Stable)
public static final class CfnDecoderManifestProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDecoderManifestProps>
A builder for
CfnDecoderManifestProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.defaultForUnmappedSignals(String defaultForUnmappedSignals) Sets the value ofCfnDecoderManifestProps.getDefaultForUnmappedSignals()description(String description) Sets the value ofCfnDecoderManifestProps.getDescription()modelManifestArn(String modelManifestArn) Sets the value ofCfnDecoderManifestProps.getModelManifestArn()Sets the value ofCfnDecoderManifestProps.getName()networkInterfaces(List<? extends Object> networkInterfaces) Sets the value ofCfnDecoderManifestProps.getNetworkInterfaces()networkInterfaces(IResolvable networkInterfaces) Sets the value ofCfnDecoderManifestProps.getNetworkInterfaces()signalDecoders(List<? extends Object> signalDecoders) Sets the value ofCfnDecoderManifestProps.getSignalDecoders()signalDecoders(IResolvable signalDecoders) Sets the value ofCfnDecoderManifestProps.getSignalDecoders()Sets the value ofCfnDecoderManifestProps.getStatus()Sets the value ofCfnDecoderManifestProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
modelManifestArn
Sets the value ofCfnDecoderManifestProps.getModelManifestArn()- 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
Sets the value ofCfnDecoderManifestProps.getName()- Parameters:
name- The name of the decoder manifest. This parameter is required.- Returns:
this
-
defaultForUnmappedSignals
@Stability(Stable) public CfnDecoderManifestProps.Builder defaultForUnmappedSignals(String defaultForUnmappedSignals) Sets the value ofCfnDecoderManifestProps.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 ofCfnDecoderManifestProps.getDescription()- Parameters:
description- A brief description of the decoder manifest.- Returns:
this
-
networkInterfaces
@Stability(Stable) public CfnDecoderManifestProps.Builder networkInterfaces(IResolvable networkInterfaces) Sets the value ofCfnDecoderManifestProps.getNetworkInterfaces()- Parameters:
networkInterfaces- A list of information about available network interfaces.- Returns:
this
-
networkInterfaces
@Stability(Stable) public CfnDecoderManifestProps.Builder networkInterfaces(List<? extends Object> networkInterfaces) Sets the value ofCfnDecoderManifestProps.getNetworkInterfaces()- Parameters:
networkInterfaces- A list of information about available network interfaces.- Returns:
this
-
signalDecoders
@Stability(Stable) public CfnDecoderManifestProps.Builder signalDecoders(IResolvable signalDecoders) Sets the value ofCfnDecoderManifestProps.getSignalDecoders()- Parameters:
signalDecoders- A list of information about signal decoders.- Returns:
this
-
signalDecoders
@Stability(Stable) public CfnDecoderManifestProps.Builder signalDecoders(List<? extends Object> signalDecoders) Sets the value ofCfnDecoderManifestProps.getSignalDecoders()- Parameters:
signalDecoders- A list of information about signal decoders.- Returns:
this
-
status
Sets the value ofCfnDecoderManifestProps.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 ofCfnDecoderManifestProps.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<CfnDecoderManifestProps>- Returns:
- a new instance of
CfnDecoderManifestProps - Throws:
NullPointerException- if any required attribute was not provided
-