GetEntityResponse.Builder |
GetEntityResponse.Builder.areAllComponentsReturned(Boolean areAllComponentsReturned) |
This flag notes whether all components are returned in the API response.
|
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.Builder.syncSource(String syncSource) |
The syncSource of the sync job, if this entity was created by a sync job.
|
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.
|