Interface CfnComponentType.CompositeComponentTypeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComponentType.CompositeComponentTypeProperty.Jsii$Proxy
- Enclosing class:
CfnComponentType
@Stability(Stable)
public static interface CfnComponentType.CompositeComponentTypeProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the ID of the composite component type.
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.iottwinmaker.*;
CompositeComponentTypeProperty compositeComponentTypeProperty = CompositeComponentTypeProperty.builder()
.componentTypeId("componentTypeId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnComponentType.CompositeComponentTypePropertystatic final classAn implementation forCfnComponentType.CompositeComponentTypeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComponentTypeId
The ID of the component type.- See Also:
-
builder
-