Interface InstanceFleetTimeline.Builder

    • Method Detail

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