Class CfnDecoderManifest.SignalDecodersItemsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.SignalDecodersItemsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDecoderManifest.SignalDecodersItemsProperty>
- Enclosing interface:
CfnDecoderManifest.SignalDecodersItemsProperty
@Stability(Stable)
public static final class CfnDecoderManifest.SignalDecodersItemsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDecoderManifest.SignalDecodersItemsProperty>
A builder for
CfnDecoderManifest.SignalDecodersItemsProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.canSignal
(IResolvable canSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getCanSignal()
canSignal
(CfnDecoderManifest.CanSignalProperty canSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getCanSignal()
fullyQualifiedName
(String fullyQualifiedName) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getFullyQualifiedName()
interfaceId
(String interfaceId) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getInterfaceId()
obdSignal
(IResolvable obdSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getObdSignal()
obdSignal
(CfnDecoderManifest.ObdSignalProperty obdSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getObdSignal()
Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fullyQualifiedName
@Stability(Stable) public CfnDecoderManifest.SignalDecodersItemsProperty.Builder fullyQualifiedName(String fullyQualifiedName) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getFullyQualifiedName()
- Parameters:
fullyQualifiedName
- The fully qualified name of a signal decoder as defined in a vehicle model. This parameter is required.- Returns:
this
-
interfaceId
@Stability(Stable) public CfnDecoderManifest.SignalDecodersItemsProperty.Builder interfaceId(String interfaceId) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getInterfaceId()
- Parameters:
interfaceId
- The ID of a network interface that specifies what network protocol a vehicle follows. This parameter is required.- Returns:
this
-
type
Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getType()
- Parameters:
type
- The network protocol for the vehicle. This parameter is required. For example,CAN_SIGNAL
specifies a protocol that defines how data is communicated between electronic control units (ECUs).OBD_SIGNAL
specifies a protocol that defines how self-diagnostic data is communicated between ECUs.- Returns:
this
-
canSignal
@Stability(Stable) public CfnDecoderManifest.SignalDecodersItemsProperty.Builder canSignal(IResolvable canSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getCanSignal()
- Parameters:
canSignal
- (Optional) Information about a single controller area network (CAN) signal and the messages it receives and transmits.- Returns:
this
-
canSignal
@Stability(Stable) public CfnDecoderManifest.SignalDecodersItemsProperty.Builder canSignal(CfnDecoderManifest.CanSignalProperty canSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getCanSignal()
- Parameters:
canSignal
- (Optional) Information about a single controller area network (CAN) signal and the messages it receives and transmits.- Returns:
this
-
obdSignal
@Stability(Stable) public CfnDecoderManifest.SignalDecodersItemsProperty.Builder obdSignal(IResolvable obdSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getObdSignal()
- Parameters:
obdSignal
- (Optional) Information about signal messages using the on-board diagnostics (OBD) II protocol in a vehicle.- Returns:
this
-
obdSignal
@Stability(Stable) public CfnDecoderManifest.SignalDecodersItemsProperty.Builder obdSignal(CfnDecoderManifest.ObdSignalProperty obdSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getObdSignal()
- Parameters:
obdSignal
- (Optional) Information about signal messages using the on-board diagnostics (OBD) II protocol in a vehicle.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDecoderManifest.SignalDecodersItemsProperty>
- Returns:
- a new instance of
CfnDecoderManifest.SignalDecodersItemsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-