Interface ComputeNodeGroupSlurmConfiguration.Builder

    • Method Detail

      • slurmCustomSettings

        ComputeNodeGroupSlurmConfiguration.Builder slurmCustomSettings​(Collection<SlurmCustomSetting> slurmCustomSettings)

        Additional Slurm-specific configuration that directly maps to Slurm settings.

        Parameters:
        slurmCustomSettings - Additional Slurm-specific configuration that directly maps to Slurm settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slurmCustomSettings

        ComputeNodeGroupSlurmConfiguration.Builder slurmCustomSettings​(SlurmCustomSetting... slurmCustomSettings)

        Additional Slurm-specific configuration that directly maps to Slurm settings.

        Parameters:
        slurmCustomSettings - Additional Slurm-specific configuration that directly maps to Slurm settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.