Interface ListMilestonesResponse.Builder

    • Method Detail

      • workloadId

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

        ListMilestonesResponse.Builder milestoneSummaries​(Collection<MilestoneSummary> milestoneSummaries)
        Sets the value of the MilestoneSummaries property for this object.
        Parameters:
        milestoneSummaries - The new value for the MilestoneSummaries property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • milestoneSummaries

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

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