| 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 CompletableFuture<CreateEntityResponse> |
IoTTwinMakerAsyncClient.createEntity(Consumer<CreateEntityRequest.Builder> createEntityRequest)
Creates an entity.
|
default CreateEntityResponse |
IoTTwinMakerClient.createEntity(Consumer<CreateEntityRequest.Builder> createEntityRequest)
Creates an entity.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateEntityRequest.Builder |
CreateEntityRequest.builder() |
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.components(Map<String,ComponentRequest> components)
An object that maps strings to the components in the entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.description(String description)
The description of the entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.entityId(String entityId)
The ID of the entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.entityName(String entityName)
The name of the entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.parentEntityId(String parentEntityId)
The ID of the entity's parent entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.tags(Map<String,String> tags)
Metadata that you can use to manage the entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.toBuilder() |
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace that contains the entity.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEntityRequest.Builder> |
CreateEntityRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.