Class CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty>
- Enclosing interface:
CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty
@Stability(Stable)
public static final class CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty>
A builder for
CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.interfaceId(String interfaceId) obdInterface(IResolvable obdInterface) Sets the value ofCfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
interfaceId
@Stability(Stable) public CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Builder interfaceId(String interfaceId) - Parameters:
interfaceId- The ID of the network interface.- Returns:
this
-
obdInterface
@Stability(Stable) public CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Builder obdInterface(IResolvable obdInterface) - Parameters:
obdInterface- Information about a network interface specified by the On-board diagnostic (OBD) II protocol.- Returns:
this
-
obdInterface
@Stability(Stable) public CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Builder obdInterface(CfnDecoderManifestPropsMixin.ObdInterfaceProperty obdInterface) - Parameters:
obdInterface- Information about a network interface specified by the On-board diagnostic (OBD) II protocol.- Returns:
this
-
type
@Stability(Stable) public CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.Builder type(String type) Sets the value ofCfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty.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.ObdNetworkInterfaceProperty>- Returns:
- a new instance of
CfnDecoderManifestPropsMixin.ObdNetworkInterfaceProperty - Throws:
NullPointerException- if any required attribute was not provided
-