Interface DescribeSpotFleetRequestHistoryResponse.Builder

    • Method Detail

      • historyRecords

        DescribeSpotFleetRequestHistoryResponse.Builder historyRecords​(Collection<HistoryRecord> historyRecords)

        Information about the events in the history of the Spot Fleet request.

        Parameters:
        historyRecords - Information about the events in the history of the Spot Fleet request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • historyRecords

        DescribeSpotFleetRequestHistoryResponse.Builder historyRecords​(HistoryRecord... historyRecords)

        Information about the events in the history of the Spot Fleet request.

        Parameters:
        historyRecords - Information about the events in the history of the Spot Fleet request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastEvaluatedTime

        DescribeSpotFleetRequestHistoryResponse.Builder lastEvaluatedTime​(Instant lastEvaluatedTime)

        The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

        If nextToken indicates that there are more items, this value is not present.

        Parameters:
        lastEvaluatedTime - The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

        If nextToken indicates that there are more items, this value is not present.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeSpotFleetRequestHistoryResponse.Builder nextToken​(String nextToken)

        The token to include in another request to get the next page of items. This value is null when there are no more items to return.

        Parameters:
        nextToken - The token to include in another request to get the next page of items. This value is null when there are no more items to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spotFleetRequestId

        DescribeSpotFleetRequestHistoryResponse.Builder spotFleetRequestId​(String spotFleetRequestId)

        The ID of the Spot Fleet request.

        Parameters:
        spotFleetRequestId - The ID of the Spot Fleet request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        DescribeSpotFleetRequestHistoryResponse.Builder startTime​(Instant startTime)

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

        Parameters:
        startTime - The starting date and time for the events, 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.