Interface ConfigurationRevision.Builder

  • Method Details

    • creationTime

      ConfigurationRevision.Builder creationTime(Instant creationTime)

      The time when the configuration revision was created.

      Parameters:
      creationTime -

      The time when the configuration revision was created.

      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(Long revision)

      The revision number.

      Parameters:
      revision -

      The revision number.

      Returns:
      Returns a reference to this object so that method calls can be chained together.