public static interface EntitySummary.Builder extends SdkPojo, CopyableBuilder<EntitySummary.Builder,EntitySummary>
| Modifier and Type | Method and Description |
|---|---|
EntitySummary.Builder |
arn(String arn)
The ARN of the entity.
|
EntitySummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time when the entity was created.
|
EntitySummary.Builder |
description(String description)
The description of the entity.
|
EntitySummary.Builder |
entityId(String entityId)
The ID of the entity.
|
EntitySummary.Builder |
entityName(String entityName)
The name of the entity.
|
EntitySummary.Builder |
hasChildEntities(Boolean hasChildEntities)
A Boolean value that specifies whether the entity has child entities or not.
|
EntitySummary.Builder |
parentEntityId(String parentEntityId)
The ID of the parent entity.
|
default EntitySummary.Builder |
status(Consumer<Status.Builder> status)
The current status of the entity.
|
EntitySummary.Builder |
status(Status status)
The current status of the entity.
|
EntitySummary.Builder |
updateDateTime(Instant updateDateTime)
The last date and time when the entity was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntitySummary.Builder arn(String arn)
The ARN of the entity.
arn - The ARN of the entity.EntitySummary.Builder creationDateTime(Instant creationDateTime)
The date and time when the entity was created.
creationDateTime - The date and time when the entity was created.EntitySummary.Builder description(String description)
The description of the entity.
description - The description of the entity.EntitySummary.Builder entityId(String entityId)
The ID of the entity.
entityId - The ID of the entity.EntitySummary.Builder entityName(String entityName)
The name of the entity.
entityName - The name of the entity.EntitySummary.Builder hasChildEntities(Boolean hasChildEntities)
A Boolean value that specifies whether the entity has child entities or not.
hasChildEntities - A Boolean value that specifies whether the entity has child entities or not.EntitySummary.Builder parentEntityId(String parentEntityId)
The ID of the parent entity.
parentEntityId - The ID of the parent entity.EntitySummary.Builder status(Status status)
The current status of the entity.
status - The current status of the entity.default EntitySummary.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)EntitySummary.Builder updateDateTime(Instant updateDateTime)
The last date and time when the entity was updated.
updateDateTime - The last date and time when the entity was updated.Copyright © 2022. All rights reserved.