Class SinceInfo.Builder

java.lang.Object
io.aiven.commons.kafka.config.SinceInfo.Builder
Enclosing class:
SinceInfo

public static class SinceInfo.Builder extends Object
A builder for SinceInfo and the SinceInfo override.
  • Method Details

    • groupId

      public SinceInfo.Builder groupId(String groupId)
      Sets the groupId.
      Parameters:
      groupId - the group ID.
      Returns:
      this
    • artifactId

      public SinceInfo.Builder artifactId(String artifactId)
      Sets the artifactId.
      Parameters:
      artifactId - the artifact ID
      Returns:
      this
    • version

      public SinceInfo.Builder version(String version)
      Sets the version.
      Parameters:
      version - the version.
      Returns:
      this
    • build

      public SinceInfo build()
      Builds a SinceInfo without an override.
      Returns:
      A new SinceInfo