JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.dataexchange.model

Class CreateRevisionRequest

    • Constructor Detail

      • CreateRevisionRequest

        public CreateRevisionRequest()
    • Method Detail

      • setComment

        public void setComment(String comment)

        An optional comment about the revision.

        Parameters:
        comment - An optional comment about the revision.
      • getComment

        public String getComment()

        An optional comment about the revision.

        Returns:
        An optional comment about the revision.
      • withComment

        public CreateRevisionRequest withComment(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.
      • setDataSetId

        public void setDataSetId(String dataSetId)

        The unique identifier for a data set.

        Parameters:
        dataSetId - The unique identifier for a data set.
      • getDataSetId

        public String getDataSetId()

        The unique identifier for a data set.

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

        public CreateRevisionRequest withDataSetId(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.
      • getTags

        public Map<String,String> getTags()

        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:
        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.
      • setTags

        public void setTags(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.
      • withTags

        public CreateRevisionRequest withTags(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.
      • clearTagsEntries

        public CreateRevisionRequest clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /