JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.redshift.model

Class RevisionTarget

    • Constructor Detail

      • RevisionTarget

        public RevisionTarget()
    • Method Detail

      • setDatabaseRevision

        public void setDatabaseRevision(String databaseRevision)

        A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.

        Parameters:
        databaseRevision - A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
      • getDatabaseRevision

        public String getDatabaseRevision()

        A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.

        Returns:
        A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
      • withDatabaseRevision

        public RevisionTarget withDatabaseRevision(String databaseRevision)

        A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.

        Parameters:
        databaseRevision - A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.

        Parameters:
        description - A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
      • getDescription

        public String getDescription()

        A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.

        Returns:
        A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
      • withDescription

        public RevisionTarget withDescription(String description)

        A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.

        Parameters:
        description - A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDatabaseRevisionReleaseDate

        public void setDatabaseRevisionReleaseDate(Date databaseRevisionReleaseDate)

        The date on which the database revision was released.

        Parameters:
        databaseRevisionReleaseDate - The date on which the database revision was released.
      • getDatabaseRevisionReleaseDate

        public Date getDatabaseRevisionReleaseDate()

        The date on which the database revision was released.

        Returns:
        The date on which the database revision was released.
      • withDatabaseRevisionReleaseDate

        public RevisionTarget withDatabaseRevisionReleaseDate(Date databaseRevisionReleaseDate)

        The date on which the database revision was released.

        Parameters:
        databaseRevisionReleaseDate - The date on which the database revision was released.
        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 によって変換されたページ (->オリジナル) /