Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetEntityResponse.Builder
Packages that use GetEntityResponse.Builder
-
Uses of GetEntityResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return GetEntityResponse.BuilderModifier and TypeMethodDescriptionGetEntityResponse.Builder.areAllComponentsReturned(Boolean areAllComponentsReturned) This flag notes whether all components are returned in the API response.The ARN of the entity.static GetEntityResponse.BuilderGetEntityResponse.builder()GetEntityResponse.Builder.components(Map<String, ComponentResponse> components) An object that maps strings to the components in the entity.GetEntityResponse.Builder.creationDateTime(Instant creationDateTime) The date and time when the entity was created.GetEntityResponse.Builder.description(String description) The description of the entity.The ID of the entity.GetEntityResponse.Builder.entityName(String entityName) The name of the entity.GetEntityResponse.Builder.hasChildEntities(Boolean hasChildEntities) A Boolean value that specifies whether the entity has associated child entities.GetEntityResponse.Builder.parentEntityId(String parentEntityId) The ID of the parent entity for this entity.default GetEntityResponse.BuilderGetEntityResponse.Builder.status(Consumer<Status.Builder> status) The current status of the entity.The current status of the entity.GetEntityResponse.Builder.syncSource(String syncSource) The syncSource of the sync job, if this entity was created by a sync job.GetEntityResponse.toBuilder()GetEntityResponse.Builder.updateDateTime(Instant updateDateTime) The date and time when the entity was last updated.GetEntityResponse.Builder.workspaceId(String workspaceId) The ID of the workspace.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type GetEntityResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetEntityResponse.Builder>GetEntityResponse.serializableBuilderClass()