public static interface DescribeFleetHistoryResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeFleetHistoryResponse.Builder,DescribeFleetHistoryResponse>
Modifier and Type | Method and Description |
---|---|
DescribeFleetHistoryResponse.Builder |
fleetId(String fleetId)
The ID of the EC Fleet.
|
DescribeFleetHistoryResponse.Builder |
historyRecords(Collection<HistoryRecordEntry> historyRecords)
Information about the events in the history of the EC2 Fleet.
|
DescribeFleetHistoryResponse.Builder |
historyRecords(Consumer<HistoryRecordEntry.Builder>... historyRecords)
Information about the events in the history of the EC2 Fleet.
|
DescribeFleetHistoryResponse.Builder |
historyRecords(HistoryRecordEntry... historyRecords)
Information about the events in the history of the EC2 Fleet.
|
DescribeFleetHistoryResponse.Builder |
lastEvaluatedTime(Instant lastEvaluatedTime)
The last date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
DescribeFleetHistoryResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
DescribeFleetHistoryResponse.Builder |
startTime(Instant startTime)
The start date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeFleetHistoryResponse.Builder historyRecords(Collection<HistoryRecordEntry> historyRecords)
Information about the events in the history of the EC2 Fleet.
historyRecords
- Information about the events in the history of the EC2 Fleet.DescribeFleetHistoryResponse.Builder historyRecords(HistoryRecordEntry... historyRecords)
Information about the events in the history of the EC2 Fleet.
historyRecords
- Information about the events in the history of the EC2 Fleet.DescribeFleetHistoryResponse.Builder historyRecords(Consumer<HistoryRecordEntry.Builder>... historyRecords)
Information about the events in the history of the EC2 Fleet.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #historyRecords(List)
.historyRecords
- a consumer that will call methods on List.Builder
#historyRecords(List)
DescribeFleetHistoryResponse.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.
DescribeFleetHistoryResponse.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.DescribeFleetHistoryResponse.Builder fleetId(String fleetId)
The ID of the EC Fleet.
fleetId
- The ID of the EC Fleet.DescribeFleetHistoryResponse.Builder startTime(Instant startTime)
The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
startTime
- The start date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).Copyright © 2020. All rights reserved.