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