public static interface DescribeSpotFleetRequestHistoryResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeSpotFleetRequestHistoryResponse.Builder,DescribeSpotFleetRequestHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSpotFleetRequestHistoryResponse.Builder |
historyRecords(Collection<HistoryRecord> historyRecords)
Information about the events in the history of the Spot Fleet request.
|
DescribeSpotFleetRequestHistoryResponse.Builder |
historyRecords(Consumer<HistoryRecord.Builder>... 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(Instant 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(Instant startTime)
The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSpotFleetRequestHistoryResponse.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.
historyRecords - Information about the events in the history of the Spot Fleet request.DescribeSpotFleetRequestHistoryResponse.Builder historyRecords(Consumer<HistoryRecord.Builder>... historyRecords)
Information about the events in the history of the Spot Fleet request.
This is a convenience method that creates an instance of theHistoryRecord.Builder avoiding the need to create one
manually via HistoryRecord.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #historyRecords(List.
historyRecords - a consumer that will call methods on
HistoryRecord.Builder#historyRecords(java.util.Collection) 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 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(Instant 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 © 2023. All rights reserved.