Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.CreateEntityRequest.Builder
Packages that use CreateEntityRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of CreateEntityRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type CreateEntityRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateEntityResponse>IoTTwinMakerAsyncClient.createEntity(Consumer<CreateEntityRequest.Builder> createEntityRequest) Creates an entity.default CreateEntityResponseIoTTwinMakerClient.createEntity(Consumer<CreateEntityRequest.Builder> createEntityRequest) Creates an entity. -
Uses of CreateEntityRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return CreateEntityRequest.BuilderModifier and TypeMethodDescriptionstatic CreateEntityRequest.BuilderCreateEntityRequest.builder()CreateEntityRequest.Builder.components(Map<String, ComponentRequest> components) An object that maps strings to the components in the entity.CreateEntityRequest.Builder.compositeComponents(Map<String, CompositeComponentRequest> compositeComponents) This is an object that maps strings tocompositeComponentupdates in the request.CreateEntityRequest.Builder.description(String description) The description of the entity.The ID of the entity.CreateEntityRequest.Builder.entityName(String entityName) The name of the entity.CreateEntityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateEntityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateEntityRequest.Builder.parentEntityId(String parentEntityId) The ID of the entity's parent entity.Metadata that you can use to manage the entity.CreateEntityRequest.toBuilder()CreateEntityRequest.Builder.workspaceId(String workspaceId) The ID of the workspace that contains the entity.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type CreateEntityRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateEntityRequest.Builder>CreateEntityRequest.serializableBuilderClass()