Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.UpdateEntityRequest.Builder
Packages that use UpdateEntityRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of UpdateEntityRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type UpdateEntityRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateEntityResponse>IoTTwinMakerAsyncClient.updateEntity(Consumer<UpdateEntityRequest.Builder> updateEntityRequest) Updates an entity.default UpdateEntityResponseIoTTwinMakerClient.updateEntity(Consumer<UpdateEntityRequest.Builder> updateEntityRequest) Updates an entity. -
Uses of UpdateEntityRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return UpdateEntityRequest.BuilderModifier and TypeMethodDescriptionstatic UpdateEntityRequest.BuilderUpdateEntityRequest.builder()UpdateEntityRequest.Builder.componentUpdates(Map<String, ComponentUpdateRequest> componentUpdates) An object that maps strings to the component updates in the request.UpdateEntityRequest.Builder.compositeComponentUpdates(Map<String, CompositeComponentUpdateRequest> compositeComponentUpdates) This is an object that maps strings tocompositeComponentupdates in the request.UpdateEntityRequest.Builder.description(String description) The description of the entity.The ID of the entity.UpdateEntityRequest.Builder.entityName(String entityName) The name of the entity.UpdateEntityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateEntityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default UpdateEntityRequest.BuilderUpdateEntityRequest.Builder.parentEntityUpdate(Consumer<ParentEntityUpdateRequest.Builder> parentEntityUpdate) An object that describes the update request for a parent entity.UpdateEntityRequest.Builder.parentEntityUpdate(ParentEntityUpdateRequest parentEntityUpdate) An object that describes the update request for a parent entity.UpdateEntityRequest.toBuilder()UpdateEntityRequest.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 UpdateEntityRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateEntityRequest.Builder>UpdateEntityRequest.serializableBuilderClass()