Interface DatasetEntry.Builder

    • Method Detail

      • 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.