public static interface GetEntityResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<GetEntityResponse.Builder,GetEntityResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEntityResponse.Builder |
arn(String arn)
The ARN of the entity.
|
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.
|
GetEntityResponse.Builder |
entityId(String entityId)
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.Builder |
status(Consumer<Status.Builder> status)
The current status of the entity.
|
GetEntityResponse.Builder |
status(Status status)
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.Builder |
updateDateTime(Instant updateDateTime)
The date and time when the entity was last updated.
|
GetEntityResponse.Builder |
workspaceId(String workspaceId)
The ID of the workspace.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEntityResponse.Builder entityId(String entityId)
The ID of the entity.
entityId - The ID of the entity.GetEntityResponse.Builder entityName(String entityName)
The name of the entity.
entityName - The name of the entity.GetEntityResponse.Builder arn(String arn)
The ARN of the entity.
arn - The ARN of the entity.GetEntityResponse.Builder status(Status status)
The current status of the entity.
status - The current status of the entity.default GetEntityResponse.Builder status(Consumer<Status.Builder> status)
The current status of the entity.
This is a convenience method that creates an instance of theStatus.Builder avoiding the need to
create one manually via Status.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to status(Status).
status - a consumer that will call methods on Status.Builderstatus(Status)GetEntityResponse.Builder workspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.GetEntityResponse.Builder description(String description)
The description of the entity.
description - The description of the entity.GetEntityResponse.Builder components(Map<String,ComponentResponse> components)
An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
components - An object that maps strings to the components in the entity. Each string in the mapping must be unique
to this object.GetEntityResponse.Builder parentEntityId(String parentEntityId)
The ID of the parent entity for this entity.
parentEntityId - The ID of the parent entity for this entity.GetEntityResponse.Builder hasChildEntities(Boolean hasChildEntities)
A Boolean value that specifies whether the entity has associated child entities.
hasChildEntities - A Boolean value that specifies whether the entity has associated child entities.GetEntityResponse.Builder creationDateTime(Instant creationDateTime)
The date and time when the entity was created.
creationDateTime - The date and time when the entity was created.GetEntityResponse.Builder updateDateTime(Instant updateDateTime)
The date and time when the entity was last updated.
updateDateTime - The date and time when the entity was last updated.GetEntityResponse.Builder syncSource(String syncSource)
The syncSource of the sync job, if this entity was created by a sync job.
syncSource - The syncSource of the sync job, if this entity was created by a sync job.Copyright © 2023. All rights reserved.