Interface DatasetEntry.Builder

  • Method Details

    • entryName

      DatasetEntry.Builder entryName(String entryName)

      The name of the dataset item.

      Parameters:
      entryName - The name of the dataset item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataURI

      DatasetEntry.Builder dataURI(String dataURI)

      The presigned URI of the dataset item.

      Parameters:
      dataURI - The presigned URI of the dataset item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.