Class RemoveEnginePropertiesConfiguration.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • addCoordinator

        public RemoveEnginePropertiesConfiguration.Builder addCoordinator​(java.lang.String coordinator)
        Adds a new element to coordinator.
        Parameters:
        coordinator - the new element to be added
        Returns:
        the RemoveEnginePropertiesConfiguration builder
      • addWorker

        public RemoveEnginePropertiesConfiguration.Builder addWorker​(java.lang.String worker)
        Adds a new element to worker.
        Parameters:
        worker - the new element to be added
        Returns:
        the RemoveEnginePropertiesConfiguration builder
      • coordinator

        public RemoveEnginePropertiesConfiguration.Builder coordinator​(java.util.List<java.lang.String> coordinator)
        Set the coordinator. Existing coordinator will be replaced.
        Parameters:
        coordinator - the coordinator
        Returns:
        the RemoveEnginePropertiesConfiguration builder
      • worker

        public RemoveEnginePropertiesConfiguration.Builder worker​(java.util.List<java.lang.String> worker)
        Set the worker. Existing worker will be replaced.
        Parameters:
        worker - the worker
        Returns:
        the RemoveEnginePropertiesConfiguration builder