Interface InstanceFleetTimeline.Builder

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

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

    • creationDateTime

      InstanceFleetTimeline.Builder creationDateTime(Instant creationDateTime)

      The time and date the instance fleet was created.

      Parameters:
      creationDateTime - The time and date the instance fleet was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readyDateTime

      InstanceFleetTimeline.Builder readyDateTime(Instant readyDateTime)

      The time and date the instance fleet was ready to run jobs.

      Parameters:
      readyDateTime - The time and date the instance fleet was ready to run jobs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endDateTime

      InstanceFleetTimeline.Builder endDateTime(Instant endDateTime)

      The time and date the instance fleet terminated.

      Parameters:
      endDateTime - The time and date the instance fleet terminated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.