| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
EntitySummary.Builder |
EntitySummary.Builder.arn(String arn)
The ARN of the entity.
|
static EntitySummary.Builder |
EntitySummary.builder() |
EntitySummary.Builder |
EntitySummary.Builder.creationDateTime(Instant creationDateTime)
The date and time when the entity was created.
|
EntitySummary.Builder |
EntitySummary.Builder.description(String description)
The description of the entity.
|
EntitySummary.Builder |
EntitySummary.Builder.entityId(String entityId)
The ID of the entity.
|
EntitySummary.Builder |
EntitySummary.Builder.entityName(String entityName)
The name of the entity.
|
EntitySummary.Builder |
EntitySummary.Builder.hasChildEntities(Boolean hasChildEntities)
A Boolean value that specifies whether the entity has child entities or not.
|
EntitySummary.Builder |
EntitySummary.Builder.parentEntityId(String parentEntityId)
The ID of the parent entity.
|
default EntitySummary.Builder |
EntitySummary.Builder.status(Consumer<Status.Builder> status)
The current status of the entity.
|
EntitySummary.Builder |
EntitySummary.Builder.status(Status status)
The current status of the entity.
|
EntitySummary.Builder |
EntitySummary.toBuilder() |
EntitySummary.Builder |
EntitySummary.Builder.updateDateTime(Instant updateDateTime)
The last date and time when the entity was updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EntitySummary.Builder> |
EntitySummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.