Interface JobBuilder

    • Method Detail

      • properties

        JobBuilder properties​(Map<String,​Object> props)
        Set the optional configuration properties for the job.
        Parameters:
        props - The properties of the job. All values must be java.io.Serializable.
        Returns:
        The job builder to continue building.