| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFleetHistoryResponse.Builder |
DescribeFleetHistoryResponse.builder() |
DescribeFleetHistoryResponse.Builder |
DescribeFleetHistoryResponse.Builder.fleetId(String fleetId)
The ID of the EC Fleet.
|
DescribeFleetHistoryResponse.Builder |
DescribeFleetHistoryResponse.Builder.historyRecords(Collection<HistoryRecordEntry> historyRecords)
Information about the events in the history of the EC2 Fleet.
|
DescribeFleetHistoryResponse.Builder |
DescribeFleetHistoryResponse.Builder.historyRecords(Consumer<HistoryRecordEntry.Builder>... historyRecords)
Information about the events in the history of the EC2 Fleet.
|
DescribeFleetHistoryResponse.Builder |
DescribeFleetHistoryResponse.Builder.historyRecords(HistoryRecordEntry... historyRecords)
Information about the events in the history of the EC2 Fleet.
|
DescribeFleetHistoryResponse.Builder |
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 |
DescribeFleetHistoryResponse.Builder.nextToken(String nextToken)
The token for the next set of results.
|
DescribeFleetHistoryResponse.Builder |
DescribeFleetHistoryResponse.Builder.startTime(Instant startTime)
The start date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
DescribeFleetHistoryResponse.Builder |
DescribeFleetHistoryResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeFleetHistoryResponse.Builder> |
DescribeFleetHistoryResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.