Interface CfnSignalCatalog.BranchProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSignalCatalog.BranchProperty.Jsii$Proxy
- Enclosing class:
CfnSignalCatalog
@Stability(Stable)
public static interface CfnSignalCatalog.BranchProperty
extends software.amazon.jsii.JsiiSerializable
A group of signals that are defined in a hierarchical structure.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotfleetwise.*; BranchProperty branchProperty = BranchProperty.builder() .fullyQualifiedName("fullyQualifiedName") // the properties below are optional .description("description") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSignalCatalog.BranchProperty
static final class
An implementation forCfnSignalCatalog.BranchProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFullyQualifiedName
The fully qualified name of the branch.For example, the fully qualified name of a branch might be
Vehicle.Body.Engine
. -
getDescription
(Optional) A brief description of the branch. -
builder
-