Interface Entity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Entity.Builder,Entity>, SdkBuilder<Entity.Builder,Entity>, SdkPojo
Enclosing class:
Entity

public static interface Entity.Builder extends SdkPojo, CopyableBuilder<Entity.Builder,Entity>
  • Method Details

    • entityType

      Entity.Builder entityType(String entityType)

      The entity type.

      Parameters:
      entityType - The entity type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityId

      Entity.Builder entityId(String entityId)

      The entity ID. If you do not know the entityId, you can pass unknown, which is areserved string literal.

      Parameters:
      entityId - The entity ID. If you do not know the entityId, you can pass unknown, which is areserved string literal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.