Class CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDecoderManifest.NetworkInterfacesItemsProperty>
- Enclosing interface:
CfnDecoderManifest.NetworkInterfacesItemsProperty
@Stability(Stable)
public static final class CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDecoderManifest.NetworkInterfacesItemsProperty>
A builder for
CfnDecoderManifest.NetworkInterfacesItemsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.canInterface
(IResolvable canInterface) Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getCanInterface()
canInterface
(CfnDecoderManifest.CanInterfaceProperty canInterface) Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getCanInterface()
interfaceId
(String interfaceId) Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getInterfaceId()
obdInterface
(IResolvable obdInterface) Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getObdInterface()
obdInterface
(CfnDecoderManifest.ObdInterfaceProperty obdInterface) Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getObdInterface()
Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
interfaceId
@Stability(Stable) public CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder interfaceId(String interfaceId) Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getInterfaceId()
- Parameters:
interfaceId
- the value to be set. This parameter is required.- Returns:
this
-
type
@Stability(Stable) public CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder type(String type) Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getType()
- Parameters:
type
- the value to be set. This parameter is required.- Returns:
this
-
canInterface
@Stability(Stable) public CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder canInterface(IResolvable canInterface) Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getCanInterface()
- Parameters:
canInterface
- the value to be set.- Returns:
this
-
canInterface
@Stability(Stable) public CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder canInterface(CfnDecoderManifest.CanInterfaceProperty canInterface) Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getCanInterface()
- Parameters:
canInterface
- the value to be set.- Returns:
this
-
obdInterface
@Stability(Stable) public CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder obdInterface(IResolvable obdInterface) Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getObdInterface()
- Parameters:
obdInterface
- the value to be set.- Returns:
this
-
obdInterface
@Stability(Stable) public CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder obdInterface(CfnDecoderManifest.ObdInterfaceProperty obdInterface) Sets the value ofCfnDecoderManifest.NetworkInterfacesItemsProperty.getObdInterface()
- Parameters:
obdInterface
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDecoderManifest.NetworkInterfacesItemsProperty>
- Returns:
- a new instance of
CfnDecoderManifest.NetworkInterfacesItemsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-