| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
GetEntityResponse.Builder |
GetEntityResponse.Builder.arn(String arn)
The ARN of the entity.
|
static GetEntityResponse.Builder |
GetEntityResponse.builder() |
GetEntityResponse.Builder |
GetEntityResponse.Builder.components(Map<String,ComponentResponse> components)
An object that maps strings to the components in the entity.
|
GetEntityResponse.Builder |
GetEntityResponse.Builder.creationDateTime(Instant creationDateTime)
The date and time when the entity was created.
|
GetEntityResponse.Builder |
GetEntityResponse.Builder.description(String description)
The description of the entity.
|
GetEntityResponse.Builder |
GetEntityResponse.Builder.entityId(String entityId)
The ID of the entity.
|
GetEntityResponse.Builder |
GetEntityResponse.Builder.entityName(String entityName)
The name of the entity.
|
GetEntityResponse.Builder |
GetEntityResponse.Builder.hasChildEntities(Boolean hasChildEntities)
A Boolean value that specifies whether the entity has associated child entities.
|
GetEntityResponse.Builder |
GetEntityResponse.Builder.parentEntityId(String parentEntityId)
The ID of the parent entity for this entity.
|
default GetEntityResponse.Builder |
GetEntityResponse.Builder.status(Consumer<Status.Builder> status)
The current status of the entity.
|
GetEntityResponse.Builder |
GetEntityResponse.Builder.status(Status status)
The current status of the entity.
|
GetEntityResponse.Builder |
GetEntityResponse.toBuilder() |
GetEntityResponse.Builder |
GetEntityResponse.Builder.updateDateTime(Instant updateDateTime)
The date and time when the entity was last updated.
|
GetEntityResponse.Builder |
GetEntityResponse.Builder.workspaceId(String workspaceId)
The ID of the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEntityResponse.Builder> |
GetEntityResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.