Interface ConfigurationRevision.Builder

    • Method Detail

      • created

        ConfigurationRevision.Builder created​(Instant created)

        Required. The date and time of the configuration revision.

        Parameters:
        created - Required. The date and time of the configuration revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ConfigurationRevision.Builder description​(String description)

        The description of the configuration revision.

        Parameters:
        description - The description of the configuration revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revision

        ConfigurationRevision.Builder revision​(Integer revision)

        Required. The revision number of the configuration.

        Parameters:
        revision - Required. The revision number of the configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.