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