Interface HistoryRecord.Builder

    • Method Detail

      • eventInformation

        HistoryRecord.Builder eventInformation​(EventInformation eventInformation)

        Information about the event.

        Parameters:
        eventInformation - Information about the event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventType

        HistoryRecord.Builder eventType​(String eventType)

        The event type.

        • error - An error with the Spot Fleet request.

        • fleetRequestChange - A change in the status or configuration of the Spot Fleet request.

        • instanceChange - An instance was launched or terminated.

        • Information - An informational event.

        Parameters:
        eventType - The event type.

        • error - An error with the Spot Fleet request.

        • fleetRequestChange - A change in the status or configuration of the Spot Fleet request.

        • instanceChange - An instance was launched or terminated.

        • Information - An informational event.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventType, EventType
      • eventType

        HistoryRecord.Builder eventType​(EventType eventType)

        The event type.

        • error - An error with the Spot Fleet request.

        • fleetRequestChange - A change in the status or configuration of the Spot Fleet request.

        • instanceChange - An instance was launched or terminated.

        • Information - An informational event.

        Parameters:
        eventType - The event type.

        • error - An error with the Spot Fleet request.

        • fleetRequestChange - A change in the status or configuration of the Spot Fleet request.

        • instanceChange - An instance was launched or terminated.

        • Information - An informational event.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventType, EventType
      • timestamp

        HistoryRecord.Builder timestamp​(Instant timestamp)

        The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

        Parameters:
        timestamp - The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
        Returns:
        Returns a reference to this object so that method calls can be chained together.