| 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 UpdateComponentTypeResponse |
IoTTwinMakerClient.updateComponentType(Consumer<UpdateComponentTypeRequest.Builder> updateComponentTypeRequest)
Updates information in a component type.
|
default CompletableFuture<UpdateComponentTypeResponse> |
IoTTwinMakerAsyncClient.updateComponentType(Consumer<UpdateComponentTypeRequest.Builder> updateComponentTypeRequest)
Updates information in a component type.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.builder() |
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.componentTypeId(String componentTypeId)
The ID of the component type.
|
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.componentTypeName(String componentTypeName)
The component type name.
|
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.description(String description)
The description of the component type.
|
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.extendsFrom(Collection<String> extendsFrom)
Specifies the component type that this component type extends.
|
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.extendsFrom(String... extendsFrom)
Specifies the component type that this component type extends.
|
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.functions(Map<String,FunctionRequest> functions)
An object that maps strings to the functions in the component type.
|
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.isSingleton(Boolean isSingleton)
A Boolean value that specifies whether an entity can have more than one component of this type.
|
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.propertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.propertyGroups(Map<String,PropertyGroupRequest> propertyGroups)
The property groups.
|
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.toBuilder() |
UpdateComponentTypeRequest.Builder |
UpdateComponentTypeRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateComponentTypeRequest.Builder> |
UpdateComponentTypeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.