Class NamespaceRelativePathLogInfo.Builder

    • Field Detail

      • nsId

        protected java.lang.String nsId
      • relativePath

        protected java.lang.String relativePath
      • isSharedNamespace

        protected java.lang.Boolean isSharedNamespace
    • Constructor Detail

      • Builder

        protected Builder()
    • Method Detail

      • withNsId

        public NamespaceRelativePathLogInfo.Builder withNsId​(java.lang.String nsId)
        Set value for optional field.
        Parameters:
        nsId - Namespace ID. Might be missing due to historical data gap.
        Returns:
        this builder
      • withRelativePath

        public NamespaceRelativePathLogInfo.Builder withRelativePath​(java.lang.String relativePath)
        Set value for optional field.
        Parameters:
        relativePath - A path relative to the specified namespace ID. Might be missing due to historical data gap.
        Returns:
        this builder
      • withIsSharedNamespace

        public NamespaceRelativePathLogInfo.Builder withIsSharedNamespace​(java.lang.Boolean isSharedNamespace)
        Set value for optional field.
        Parameters:
        isSharedNamespace - True if the namespace is shared. Might be missing due to historical data gap.
        Returns:
        this builder