Interface CreateRevisionRequest.Builder

    • Method Detail

      • comment

        CreateRevisionRequest.Builder comment​(String comment)

        An optional comment about the revision.

        Parameters:
        comment - An optional comment about the revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSetId

        CreateRevisionRequest.Builder dataSetId​(String dataSetId)

        The unique identifier for a data set.

        Parameters:
        dataSetId - The unique identifier for a data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateRevisionRequest.Builder tags​(Map<String,​String> tags)

        A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.

        Parameters:
        tags - A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.