@Stability(value=Stable) public static final class CfnVehicleProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVehicleProps>
CfnVehicleProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVehicleProps.Builder |
associationBehavior(String associationBehavior)
Sets the value of
CfnVehicleProps.getAssociationBehavior() |
CfnVehicleProps.Builder |
attributes(IResolvable attributes)
Sets the value of
CfnVehicleProps.getAttributes() |
CfnVehicleProps.Builder |
attributes(Map<String,String> attributes)
Sets the value of
CfnVehicleProps.getAttributes() |
CfnVehicleProps |
build()
Builds the configured instance.
|
CfnVehicleProps.Builder |
decoderManifestArn(String decoderManifestArn)
Sets the value of
CfnVehicleProps.getDecoderManifestArn() |
CfnVehicleProps.Builder |
modelManifestArn(String modelManifestArn)
Sets the value of
CfnVehicleProps.getModelManifestArn() |
CfnVehicleProps.Builder |
name(String name)
Sets the value of
CfnVehicleProps.getName() |
CfnVehicleProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnVehicleProps.getTags() |
@Stability(value=Stable) public CfnVehicleProps.Builder decoderManifestArn(String decoderManifestArn)
CfnVehicleProps.getDecoderManifestArn()decoderManifestArn - `AWS::IoTFleetWise::Vehicle.DecoderManifestArn`. This parameter is required.this@Stability(value=Stable) public CfnVehicleProps.Builder modelManifestArn(String modelManifestArn)
CfnVehicleProps.getModelManifestArn()modelManifestArn - `AWS::IoTFleetWise::Vehicle.ModelManifestArn`. This parameter is required.this@Stability(value=Stable) public CfnVehicleProps.Builder name(String name)
CfnVehicleProps.getName()name - `AWS::IoTFleetWise::Vehicle.Name`. This parameter is required.this@Stability(value=Stable) public CfnVehicleProps.Builder associationBehavior(String associationBehavior)
CfnVehicleProps.getAssociationBehavior()associationBehavior - `AWS::IoTFleetWise::Vehicle.AssociationBehavior`.this@Stability(value=Stable) public CfnVehicleProps.Builder attributes(IResolvable attributes)
CfnVehicleProps.getAttributes()attributes - `AWS::IoTFleetWise::Vehicle.Attributes`.this@Stability(value=Stable) public CfnVehicleProps.Builder attributes(Map<String,String> attributes)
CfnVehicleProps.getAttributes()attributes - `AWS::IoTFleetWise::Vehicle.Attributes`.this@Stability(value=Stable) public CfnVehicleProps.Builder tags(List<? extends CfnTag> tags)
CfnVehicleProps.getTags()tags - `AWS::IoTFleetWise::Vehicle.Tags`.this@Stability(value=Stable) public CfnVehicleProps build()
build in interface software.amazon.jsii.Builder<CfnVehicleProps>CfnVehiclePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.