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 value to be set. 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 value to be set. This parameter is required.- Returns:
this
-
type
Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getType()- Parameters:
type- the value to be set. This parameter is required.- Returns:
this
-
canSignal
@Stability(Stable) public CfnDecoderManifest.SignalDecodersItemsProperty.Builder canSignal(IResolvable canSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getCanSignal()- Parameters:
canSignal- the value to be set.- Returns:
this
-
canSignal
@Stability(Stable) public CfnDecoderManifest.SignalDecodersItemsProperty.Builder canSignal(CfnDecoderManifest.CanSignalProperty canSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getCanSignal()- Parameters:
canSignal- the value to be set.- Returns:
this
-
obdSignal
@Stability(Stable) public CfnDecoderManifest.SignalDecodersItemsProperty.Builder obdSignal(IResolvable obdSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getObdSignal()- Parameters:
obdSignal- the value to be set.- Returns:
this
-
obdSignal
@Stability(Stable) public CfnDecoderManifest.SignalDecodersItemsProperty.Builder obdSignal(CfnDecoderManifest.ObdSignalProperty obdSignal) Sets the value ofCfnDecoderManifest.SignalDecodersItemsProperty.getObdSignal()- Parameters:
obdSignal- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDecoderManifest.SignalDecodersItemsProperty>- Returns:
- a new instance of
CfnDecoderManifest.SignalDecodersItemsProperty - Throws:
NullPointerException- if any required attribute was not provided
-