Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.EntitySummary.Builder
Packages that use EntitySummary.Builder
-
Uses of EntitySummary.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return EntitySummary.BuilderModifier and TypeMethodDescriptionThe ARN of the entity.static EntitySummary.BuilderEntitySummary.builder()EntitySummary.Builder.creationDateTime(Instant creationDateTime) The date and time when the entity was created.EntitySummary.Builder.description(String description) The description of the entity.The ID of the entity.EntitySummary.Builder.entityName(String entityName) The name of the entity.EntitySummary.Builder.hasChildEntities(Boolean hasChildEntities) An eventual Boolean value that specifies whether the entity has child entities or not.EntitySummary.Builder.parentEntityId(String parentEntityId) The ID of the parent entity.default EntitySummary.BuilderEntitySummary.Builder.status(Consumer<Status.Builder> status) The current status of the entity.The current status of the entity.EntitySummary.toBuilder()EntitySummary.Builder.updateDateTime(Instant updateDateTime) The last date and time when the entity was updated.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type EntitySummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EntitySummary.Builder>EntitySummary.serializableBuilderClass()