Interface EntitySummary.Builder

    • Method Detail

      • 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

        EntitySummary.Builder arn​(String 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.
      • 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.