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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSignalCatalog.BranchPropertystatic final classAn 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.- See Also:
-
getDescription
A brief description of the branch.- See Also:
-
builder
-