Interface MilestoneSummary.Builder

    • Method Detail

      • milestoneNumber

        MilestoneSummary.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

        MilestoneSummary.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

        MilestoneSummary.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.
      • workloadSummary

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