Uses of Class
io.aiven.commons.kafka.config.SinceInfo.Builder
Packages that use SinceInfo.Builder
-
Uses of SinceInfo.Builder in io.aiven.commons.kafka.config
Methods in io.aiven.commons.kafka.config that return SinceInfo.BuilderModifier and TypeMethodDescriptionSinceInfo.Builder.artifactId(String artifactId) Sets the artifactId.static SinceInfo.BuilderSinceInfo.builder()The builder for SinceInfo and SinceInfo overrides.Sets the groupId.Sets the version.Methods in io.aiven.commons.kafka.config with parameters of type SinceInfo.BuilderModifier and TypeMethodDescriptionvoidDeprecatedInfo.overrideSince(SinceInfo.Builder builder) Sets the override for this SinceInfo.final voidExtendedConfigKey.overrideSince(SinceInfo.Builder builder) Sets since override.voidSinceInfo.setOverride(SinceInfo.Builder builder) Sets the override for this SinceInfo.DeprecatedInfo.Builder.since(SinceInfo.Builder sinceBuilder) Sets the version in which the option became deprecated.Constructors in io.aiven.commons.kafka.config with parameters of type SinceInfo.BuilderModifierConstructorDescriptionData(SinceInfo.Builder builder) Construct the Data object from a builder.OverrideRange(SinceInfo.Builder builder) Creates an OverrideRange from a SinceInfo.Builder.