public static interface DescribeFleetHistoryRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeFleetHistoryRequest.Builder,DescribeFleetHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetHistoryRequest.Builder |
eventType(FleetEventType eventType)
The type of events to describe.
|
DescribeFleetHistoryRequest.Builder |
eventType(String eventType)
The type of events to describe.
|
DescribeFleetHistoryRequest.Builder |
fleetId(String fleetId)
The ID of the EC2 Fleet.
|
DescribeFleetHistoryRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeFleetHistoryRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
DescribeFleetHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFleetHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeFleetHistoryRequest.Builder |
startTime(Instant startTime)
The start date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetHistoryRequest.Builder eventType(String eventType)
The type of events to describe. By default, all events are described.
eventType - The type of events to describe. By default, all events are described.FleetEventType,
FleetEventTypeDescribeFleetHistoryRequest.Builder eventType(FleetEventType eventType)
The type of events to describe. By default, all events are described.
eventType - The type of events to describe. By default, all events are described.FleetEventType,
FleetEventTypeDescribeFleetHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default
value is 1000. To retrieve the remaining results, make another call with the returned NextToken
value.
maxResults - The maximum number of results to return in a single call. Specify a value between 1 and 1000. The
default value is 1000. To retrieve the remaining results, make another call with the returned
NextToken value.DescribeFleetHistoryRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.DescribeFleetHistoryRequest.Builder fleetId(String fleetId)
The ID of the EC2 Fleet.
fleetId - The ID of the EC2 Fleet.DescribeFleetHistoryRequest.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).DescribeFleetHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFleetHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.