Interface DatasetDescription.Builder

    • Method Detail

      • creationTimestamp

        DatasetDescription.Builder creationTimestamp​(Instant creationTimestamp)

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

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

        DatasetDescription.Builder lastUpdatedTimestamp​(Instant lastUpdatedTimestamp)

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

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

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

        DatasetDescription.Builder statusMessageCode​(String statusMessageCode)

        The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.

        Parameters:
        statusMessageCode - The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetStatusMessageCode, DatasetStatusMessageCode
      • statusMessageCode

        DatasetDescription.Builder statusMessageCode​(DatasetStatusMessageCode statusMessageCode)

        The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.

        Parameters:
        statusMessageCode - The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetStatusMessageCode, DatasetStatusMessageCode
      • datasetStats

        DatasetDescription.Builder datasetStats​(DatasetStats datasetStats)

        The status message code for the dataset.

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