Interface EntitySummary.Builder

  • Method Details

    • entityId

      EntitySummary.Builder entityId(String entityId)

      The ID of the entity.

      Parameters:
      entityId - The ID of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityName

      EntitySummary.Builder entityName(String entityName)

      The name of the entity.

      Parameters:
      entityName - The name of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the entity.

      Parameters:
      arn - The ARN of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parentEntityId

      EntitySummary.Builder parentEntityId(String parentEntityId)

      The ID of the parent entity.

      Parameters:
      parentEntityId - The ID of the parent entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      EntitySummary.Builder status(Status status)

      The current status of the entity.

      Parameters:
      status - The current status of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      default EntitySummary.Builder status(Consumer<Status.Builder> status)

      The current status of the entity.

      This is a convenience method that creates an instance of the Status.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).

      Parameters:
      status - a consumer that will call methods on Status.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      EntitySummary.Builder description(String description)

      The description of the entity.

      Parameters:
      description - The description of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hasChildEntities

      EntitySummary.Builder hasChildEntities(Boolean hasChildEntities)

      An eventual Boolean value that specifies whether the entity has child entities or not.

      Parameters:
      hasChildEntities - An eventual Boolean value that specifies whether the entity has child entities or not.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDateTime

      EntitySummary.Builder creationDateTime(Instant creationDateTime)

      The date and time when the entity was created.

      Parameters:
      creationDateTime - The date and time when the entity was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateDateTime

      EntitySummary.Builder updateDateTime(Instant updateDateTime)

      The last date and time when the entity was updated.

      Parameters:
      updateDateTime - The last date and time when the entity was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.