| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateComponentTypeResponse |
IoTTwinMakerClient.createComponentType(Consumer<CreateComponentTypeRequest.Builder> createComponentTypeRequest)
Creates a component type.
|
default CompletableFuture<CreateComponentTypeResponse> |
IoTTwinMakerAsyncClient.createComponentType(Consumer<CreateComponentTypeRequest.Builder> createComponentTypeRequest)
Creates a component type.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.builder() |
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.componentTypeId(String componentTypeId)
The ID of the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.componentTypeName(String componentTypeName)
A friendly name for the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.description(String description)
The description of the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.extendsFrom(Collection<String> extendsFrom)
Specifies the parent component type to extend.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.extendsFrom(String... extendsFrom)
Specifies the parent component type to extend.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.functions(Map<String,FunctionRequest> functions)
An object that maps strings to the functions in the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.isSingleton(Boolean isSingleton)
A Boolean value that specifies whether an entity can have more than one component of this type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.propertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.propertyGroups(Map<String,PropertyGroupRequest> propertyGroups)
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.tags(Map<String,String> tags)
Metadata that you can use to manage the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.toBuilder() |
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateComponentTypeRequest.Builder> |
CreateComponentTypeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.