Class RemoveEnginePropertiesJvm.Builder

  • Enclosing class:
    RemoveEnginePropertiesJvm

    public static class RemoveEnginePropertiesJvm.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

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

      • build

        public RemoveEnginePropertiesJvm build()
        Builds a RemoveEnginePropertiesJvm.
        Returns:
        the new RemoveEnginePropertiesJvm instance
      • addCoordinator

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

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

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

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