Class UpdateRevisionRequest

    • Method Detail

      • comment

        public final String comment()

        An optional comment about the revision.

        Returns:
        An optional comment about the revision.
      • dataSetId

        public final String dataSetId()

        The unique identifier for a data set.

        Returns:
        The unique identifier for a data set.
      • finalized

        public final Boolean finalized()

        Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.

        Returns:
        Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
      • revisionId

        public final String revisionId()

        The unique identifier for a revision.

        Returns:
        The unique identifier for a revision.
      • 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