Class SplitterRef.Builder

    • Method Detail

      • id

        public SplitterRef.VersionStage id​(@NotNull
                                           java.lang.String id)

        The splitter ID.

        The splitter ID.

        Specified by:
        id in interface SplitterRef.IdStage
        Returns:
        Reference to this so that method calls can be chained together.
      • version

        public SplitterRef._FinalStage version​(@NotNull
                                               java.lang.String version)

        The splitter version to use: "draft" or a specific semver string (e.g. "0.1"). "latest" is not allowed because classification IDs used for routing are tied to a specific version's config.

        The splitter version to use: "draft" or a specific semver string (e.g. "0.1"). "latest" is not allowed because classification IDs used for routing are tied to a specific version's config.

        Specified by:
        version in interface SplitterRef.VersionStage
        Returns:
        Reference to this so that method calls can be chained together.