@Stability(value=Stable) public static final class CfnVehicle.Builder extends Object implements software.amazon.jsii.Builder<CfnVehicle>
CfnVehicle.| Modifier and Type | Method and Description |
|---|---|
CfnVehicle.Builder |
associationBehavior(String associationBehavior)
`AWS::IoTFleetWise::Vehicle.AssociationBehavior`.
|
CfnVehicle.Builder |
attributes(IResolvable attributes)
`AWS::IoTFleetWise::Vehicle.Attributes`.
|
CfnVehicle.Builder |
attributes(Map<String,String> attributes)
`AWS::IoTFleetWise::Vehicle.Attributes`.
|
CfnVehicle |
build() |
static CfnVehicle.Builder |
create(Construct scope,
String id) |
CfnVehicle.Builder |
decoderManifestArn(String decoderManifestArn)
`AWS::IoTFleetWise::Vehicle.DecoderManifestArn`.
|
CfnVehicle.Builder |
modelManifestArn(String modelManifestArn)
`AWS::IoTFleetWise::Vehicle.ModelManifestArn`.
|
CfnVehicle.Builder |
name(String name)
`AWS::IoTFleetWise::Vehicle.Name`.
|
CfnVehicle.Builder |
tags(List<? extends CfnTag> tags)
`AWS::IoTFleetWise::Vehicle.Tags`.
|
@Stability(value=Stable) public static CfnVehicle.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnVehicle.Builder.@Stability(value=Stable) public CfnVehicle.Builder decoderManifestArn(String decoderManifestArn)
decoderManifestArn - `AWS::IoTFleetWise::Vehicle.DecoderManifestArn`. This parameter is required.this@Stability(value=Stable) public CfnVehicle.Builder modelManifestArn(String modelManifestArn)
modelManifestArn - `AWS::IoTFleetWise::Vehicle.ModelManifestArn`. This parameter is required.this@Stability(value=Stable) public CfnVehicle.Builder name(String name)
name - `AWS::IoTFleetWise::Vehicle.Name`. This parameter is required.this@Stability(value=Stable) public CfnVehicle.Builder associationBehavior(String associationBehavior)
associationBehavior - `AWS::IoTFleetWise::Vehicle.AssociationBehavior`. This parameter is required.this@Stability(value=Stable) public CfnVehicle.Builder attributes(IResolvable attributes)
attributes - `AWS::IoTFleetWise::Vehicle.Attributes`. This parameter is required.this@Stability(value=Stable) public CfnVehicle.Builder attributes(Map<String,String> attributes)
attributes - `AWS::IoTFleetWise::Vehicle.Attributes`. This parameter is required.this@Stability(value=Stable) public CfnVehicle.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::IoTFleetWise::Vehicle.Tags`. This parameter is required.this@Stability(value=Stable) public CfnVehicle build()
build in interface software.amazon.jsii.Builder<CfnVehicle>Copyright © 2022. All rights reserved.