Interface ClusterOrchestratorSlurmConfig.Builder

  • Method Details

    • slurmConfigStrategy

      ClusterOrchestratorSlurmConfig.Builder slurmConfigStrategy(String slurmConfigStrategy)

      The strategy for managing partitions for the Slurm configuration. Valid values are Managed, Overwrite, and Merge.

      Parameters:
      slurmConfigStrategy - The strategy for managing partitions for the Slurm configuration. Valid values are Managed, Overwrite, and Merge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • slurmConfigStrategy

      ClusterOrchestratorSlurmConfig.Builder slurmConfigStrategy(ClusterSlurmConfigStrategy slurmConfigStrategy)

      The strategy for managing partitions for the Slurm configuration. Valid values are Managed, Overwrite, and Merge.

      Parameters:
      slurmConfigStrategy - The strategy for managing partitions for the Slurm configuration. Valid values are Managed, Overwrite, and Merge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: