CopyableBuilder<DescribeSpotFleetRequestHistoryResponse.Builder,DescribeSpotFleetRequestHistoryResponse>
, SdkBuilder<DescribeSpotFleetRequestHistoryResponse.Builder,DescribeSpotFleetRequestHistoryResponse>
public static interface DescribeSpotFleetRequestHistoryResponse.Builder extends CopyableBuilder<DescribeSpotFleetRequestHistoryResponse.Builder,DescribeSpotFleetRequestHistoryResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeSpotFleetRequestHistoryResponse.Builder |
historyRecords(Collection<HistoryRecord> historyRecords) |
Information about the events in the history of the Spot fleet request.
|
DescribeSpotFleetRequestHistoryResponse.Builder |
historyRecords(HistoryRecord... historyRecords) |
Information about the events in the history of the Spot fleet request.
|
DescribeSpotFleetRequestHistoryResponse.Builder |
lastEvaluatedTime(Date lastEvaluatedTime) |
The last date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
DescribeSpotFleetRequestHistoryResponse.Builder |
nextToken(String nextToken) |
The token required to retrieve the next set of results.
|
DescribeSpotFleetRequestHistoryResponse.Builder |
spotFleetRequestId(String spotFleetRequestId) |
The ID of the Spot fleet request.
|
DescribeSpotFleetRequestHistoryResponse.Builder |
startTime(Date startTime) |
The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
copy
apply, build
DescribeSpotFleetRequestHistoryResponse.Builder historyRecords(Collection<HistoryRecord> historyRecords)
Information about the events in the history of the Spot fleet request.
historyRecords
- Information about the events in the history of the Spot fleet request.DescribeSpotFleetRequestHistoryResponse.Builder historyRecords(HistoryRecord... historyRecords)
Information about the events in the history of the Spot fleet request.
NOTE: This method appends the values to the existing list (if any). Use
#setHistoryRecords(java.util.Collection)
or #withHistoryRecords(java.util.Collection)
if you
want to override the existing values.
historyRecords
- Information about the events in the history of the Spot fleet request.DescribeSpotFleetRequestHistoryResponse.Builder lastEvaluatedTime(Date 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 results, this value is not present.
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 results, this value is not present.
DescribeSpotFleetRequestHistoryResponse.Builder nextToken(String nextToken)
The token required to retrieve the next set of results. This value is null
when there are no
more results to return.
nextToken
- The token required to retrieve the next set of results. This value is null
when there are
no more results to return.DescribeSpotFleetRequestHistoryResponse.Builder spotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
spotFleetRequestId
- The ID of the Spot fleet request.DescribeSpotFleetRequestHistoryResponse.Builder startTime(Date startTime)
The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
startTime
- The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.