Interface Milestone.Builder

    • Method Detail

      • milestoneNumber

        Milestone.Builder milestoneNumber​(Integer milestoneNumber)
        Sets the value of the MilestoneNumber property for this object.
        Parameters:
        milestoneNumber - The new value for the MilestoneNumber property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • milestoneName

        Milestone.Builder milestoneName​(String milestoneName)
        Sets the value of the MilestoneName property for this object.
        Parameters:
        milestoneName - The new value for the MilestoneName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordedAt

        Milestone.Builder recordedAt​(Instant recordedAt)
        Sets the value of the RecordedAt property for this object.
        Parameters:
        recordedAt - The new value for the RecordedAt property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workload

        Milestone.Builder workload​(Workload workload)
        Sets the value of the Workload property for this object.
        Parameters:
        workload - The new value for the Workload property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.