Class ProjectConfigType.Builder

    • Method Detail

      • type

        public ProjectConfigType.Builder type​(java.lang.String type)
        The type of the configuration.
        Parameters:
        type - the type of the configuration
        Returns:
        the builder
      • description

        public ProjectConfigType.Builder description​(java.lang.String description)
        The description of the configuration.
        Parameters:
        description - the description of the configuration
        Returns:
        the builder
      • default_

        public ProjectConfigType.Builder default_​(java.lang.Object default_)
        The default value of the configuration.
        Parameters:
        default_ - the default value of the configuration
        Returns:
        the builder
      • value

        public ProjectConfigType.Builder value​(java.lang.Object value)
        The value of the configuration.
        Parameters:
        value - the value of the configuration
        Returns:
        the builder
      • secret

        public ProjectConfigType.Builder secret​(boolean secret)
        Whether the configuration is secret.
        Parameters:
        secret - whether the configuration is secret
        Returns:
        the builder