java.lang.Object
io.aiven.commons.kafka.config.SinceInfo.Builder
- Enclosing class:
- SinceInfo
A builder for SinceInfo and the SinceInfo override.
-
Method Summary
Modifier and TypeMethodDescriptionartifactId(String artifactId) Sets the artifactId.build()Builds a SinceInfo without an override.Sets the groupId.Sets the version.
-
Method Details
-
groupId
Sets the groupId.- Parameters:
groupId- the group ID.- Returns:
- this
-
artifactId
Sets the artifactId.- Parameters:
artifactId- the artifact ID- Returns:
- this
-
version
Sets the version.- Parameters:
version- the version.- Returns:
- this
-
build
Builds a SinceInfo without an override.- Returns:
- A new SinceInfo
-