@Stability(value=Stable) public static final class CfnDecoderManifest.Builder extends Object implements software.amazon.jsii.Builder<CfnDecoderManifest>
CfnDecoderManifest
.Modifier and Type | Method and Description |
---|---|
CfnDecoderManifest |
build() |
static CfnDecoderManifest.Builder |
create(Construct scope,
String id) |
CfnDecoderManifest.Builder |
description(String description)
A brief description of the decoder manifest.
|
CfnDecoderManifest.Builder |
modelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
CfnDecoderManifest.Builder |
name(String name)
The name of the decoder manifest.
|
CfnDecoderManifest.Builder |
networkInterfaces(IResolvable networkInterfaces)
`AWS::IoTFleetWise::DecoderManifest.NetworkInterfaces`.
|
CfnDecoderManifest.Builder |
networkInterfaces(List<? extends Object> networkInterfaces)
`AWS::IoTFleetWise::DecoderManifest.NetworkInterfaces`.
|
CfnDecoderManifest.Builder |
signalDecoders(IResolvable signalDecoders)
`AWS::IoTFleetWise::DecoderManifest.SignalDecoders`.
|
CfnDecoderManifest.Builder |
signalDecoders(List<? extends Object> signalDecoders)
`AWS::IoTFleetWise::DecoderManifest.SignalDecoders`.
|
CfnDecoderManifest.Builder |
status(String status)
The state of the decoder manifest.
|
CfnDecoderManifest.Builder |
tags(List<? extends CfnTag> tags)
`AWS::IoTFleetWise::DecoderManifest.Tags`.
|
@Stability(value=Stable) public static CfnDecoderManifest.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.CfnDecoderManifest.CanInterfaceProperty.Builder
.@Stability(value=Stable) public CfnDecoderManifest.Builder modelManifestArn(String modelManifestArn)
modelManifestArn
- The ARN of a vehicle model (model manifest) associated with the decoder manifest. This parameter is required.this
@Stability(value=Stable) public CfnDecoderManifest.Builder name(String name)
name
- The name of the decoder manifest. This parameter is required.this
@Stability(value=Stable) public CfnDecoderManifest.Builder description(String description)
description
- A brief description of the decoder manifest. This parameter is required.this
@Stability(value=Stable) public CfnDecoderManifest.Builder networkInterfaces(IResolvable networkInterfaces)
networkInterfaces
- `AWS::IoTFleetWise::DecoderManifest.NetworkInterfaces`. This parameter is required.this
@Stability(value=Stable) public CfnDecoderManifest.Builder networkInterfaces(List<? extends Object> networkInterfaces)
networkInterfaces
- `AWS::IoTFleetWise::DecoderManifest.NetworkInterfaces`. This parameter is required.this
@Stability(value=Stable) public CfnDecoderManifest.Builder signalDecoders(IResolvable signalDecoders)
signalDecoders
- `AWS::IoTFleetWise::DecoderManifest.SignalDecoders`. This parameter is required.this
@Stability(value=Stable) public CfnDecoderManifest.Builder signalDecoders(List<? extends Object> signalDecoders)
signalDecoders
- `AWS::IoTFleetWise::DecoderManifest.SignalDecoders`. This parameter is required.this
@Stability(value=Stable) public CfnDecoderManifest.Builder status(String status)
If the status is ACTIVE
, the decoder manifest can't be edited. If the status is marked DRAFT
, you can edit the decoder manifest.
status
- The state of the decoder manifest. This parameter is required.this
@Stability(value=Stable) public CfnDecoderManifest.Builder tags(List<? extends CfnTag> tags)
tags
- `AWS::IoTFleetWise::DecoderManifest.Tags`. This parameter is required.this
@Stability(value=Stable) public CfnDecoderManifest build()
build
in interface software.amazon.jsii.Builder<CfnDecoderManifest>
Copyright © 2023. All rights reserved.