| Package | Description |
|---|---|
| software.amazon.awscdk.services.iottwinmaker |
AWS::IoTTwinMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnComponentType.Builder |
CfnComponentType.Builder.componentTypeId(String componentTypeId)
The ID of the component type.
|
static CfnComponentType.Builder |
CfnComponentType.Builder.create(software.constructs.Construct scope,
String id) |
CfnComponentType.Builder |
CfnComponentType.Builder.description(String description)
The description of the component type.
|
CfnComponentType.Builder |
CfnComponentType.Builder.extendsFrom(List<String> extendsFrom)
The name of the parent component type that this component type extends.
|
CfnComponentType.Builder |
CfnComponentType.Builder.functions(IResolvable functions)
An object that maps strings to the functions in the component type.
|
CfnComponentType.Builder |
CfnComponentType.Builder.functions(Map<String,? extends Object> functions)
An object that maps strings to the functions in the component type.
|
CfnComponentType.Builder |
CfnComponentType.Builder.isSingleton(Boolean isSingleton)
A boolean value that specifies whether an entity can have more than one component of this type.
|
CfnComponentType.Builder |
CfnComponentType.Builder.isSingleton(IResolvable isSingleton)
A boolean value that specifies whether an entity can have more than one component of this type.
|
CfnComponentType.Builder |
CfnComponentType.Builder.propertyDefinitions(IResolvable propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
CfnComponentType.Builder |
CfnComponentType.Builder.propertyDefinitions(Map<String,? extends Object> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
CfnComponentType.Builder |
CfnComponentType.Builder.tags(Map<String,String> tags)
The ComponentType tags.
|
CfnComponentType.Builder |
CfnComponentType.Builder.workspaceId(String workspaceId)
The ID of the workspace.
|
Copyright © 2022. All rights reserved.