Interface DatasetMetadata.Builder

    • Method Detail

      • datasetType

        DatasetMetadata.Builder datasetType​(String datasetType)

        The type of the dataset.

        Parameters:
        datasetType - The type of the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimestamp

        DatasetMetadata.Builder creationTimestamp​(Instant creationTimestamp)

        The Unix timestamp for the date and time that the dataset was created.

        Parameters:
        creationTimestamp - The Unix timestamp for the date and time that the dataset was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        DatasetMetadata.Builder statusMessage​(String statusMessage)

        The status message for the dataset.

        Parameters:
        statusMessage - The status message for the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.