Interface RegisterComputeNodeGroupInstanceResponse.Builder

    • Method Detail

      • nodeID

        RegisterComputeNodeGroupInstanceResponse.Builder nodeID​(String nodeID)

        The scheduler node ID for this instance.

        Parameters:
        nodeID - The scheduler node ID for this instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sharedSecret

        RegisterComputeNodeGroupInstanceResponse.Builder sharedSecret​(String sharedSecret)

        For the Slurm scheduler, this is the shared Munge key the scheduler uses to authenticate compute node group instances.

        Parameters:
        sharedSecret - For the Slurm scheduler, this is the shared Munge key the scheduler uses to authenticate compute node group instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        RegisterComputeNodeGroupInstanceResponse.Builder endpoints​(Collection<Endpoint> endpoints)

        The list of endpoints available for interaction with the scheduler.

        Parameters:
        endpoints - The list of endpoints available for interaction with the scheduler.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        RegisterComputeNodeGroupInstanceResponse.Builder endpoints​(Endpoint... endpoints)

        The list of endpoints available for interaction with the scheduler.

        Parameters:
        endpoints - The list of endpoints available for interaction with the scheduler.
        Returns:
        Returns a reference to this object so that method calls can be chained together.