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 to include in another request to get the next page of items.
|
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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetHistoryResponse.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 method that creates an instance of theHistoryRecordEntry.Builder avoiding the need to create one
manually via HistoryRecordEntry.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
HistoryRecordEntry.Builder#historyRecords(java.util.Collection) 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 items, 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 items, this value is not present.
DescribeFleetHistoryResponse.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.
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.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 © 2023. All rights reserved.