Interface MilestoneSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MilestoneSummary.Builder,MilestoneSummary>, SdkBuilder<MilestoneSummary.Builder,MilestoneSummary>, SdkPojo
Enclosing class:
MilestoneSummary

public static interface MilestoneSummary.Builder extends SdkPojo, CopyableBuilder<MilestoneSummary.Builder,MilestoneSummary>
  • Method Details

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

      default MilestoneSummary.Builder workloadSummary(Consumer<WorkloadSummary.Builder> workloadSummary)
      Sets the value of the WorkloadSummary property for this object. This is a convenience method that creates an instance of the WorkloadSummary.Builder avoiding the need to create one manually via WorkloadSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to workloadSummary(WorkloadSummary).

      Parameters:
      workloadSummary - a consumer that will call methods on WorkloadSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: