Interface Milestone.Builder

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

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

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

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

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

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