Class UpdateDatasetRequest

    • Method Detail

      • datasetId

        public final String datasetId()

        The ID of the dataset.

        Returns:
        The ID of the dataset.
      • datasetName

        public final String datasetName()

        The name of the dataset.

        Returns:
        The name of the dataset.
      • datasetDescription

        public final String datasetDescription()

        A description about the dataset, and its functionality.

        Returns:
        A description about the dataset, and its functionality.
      • datasetSource

        public final DatasetSource datasetSource()

        The data source for the dataset.

        Returns:
        The data source for the dataset.
      • clientToken

        public final String clientToken()

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Returns:
        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object