Class HeatWaveNode.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public HeatWaveNode.Builder id​(String id)
        The ID associated with the HeatWave node.
        Parameters:
        id - the value to set
        Returns:
        this builder
      • status

        public HeatWaveNode.Builder status​(HeatWaveNodeStatus status)
        The status of the HeatWave node.

        Indicates whether the status of the node is UP, DOWN, or UNKNOWN at the current time.

        Parameters:
        status - the value to set
        Returns:
        this builder
      • timeCreated

        public HeatWaveNode.Builder timeCreated​(Date timeCreated)
        The date and time the HeatWave node was created.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder