Interface EntityDetail.Builder

  • Method Details

    • entityType

      EntityDetail.Builder entityType(String entityType)

      The entity type of the entity, in the format of EntityType@Version.

      Parameters:
      entityType - The entity type of the entity, in the format of EntityType@Version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityArn

      EntityDetail.Builder entityArn(String entityArn)

      The Amazon Resource Name (ARN) of the entity.

      Parameters:
      entityArn - The Amazon Resource Name (ARN) of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityIdentifier

      EntityDetail.Builder entityIdentifier(String entityIdentifier)

      The ID of the entity, in the format of EntityId@RevisionId.

      Parameters:
      entityIdentifier - The ID of the entity, in the format of EntityId@RevisionId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      EntityDetail.Builder lastModifiedDate(String lastModifiedDate)

      The last time the entity was modified.

      Parameters:
      lastModifiedDate - The last time the entity was modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • detailsDocument

      EntityDetail.Builder detailsDocument(Document detailsDocument)

      An object that contains all the details of the entity.

      Parameters:
      detailsDocument - An object that contains all the details of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.