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)
Add an optional request override configuration.
|
DescribeFleetHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeFleetHistoryRequest.Builder |
startTime(Instant startTime)
The start date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
build
overrideConfiguration
copy
applyMutation, build
DescribeFleetHistoryRequest.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
,
FleetEventType
DescribeFleetHistoryRequest.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
,
FleetEventType
DescribeFleetHistoryRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeFleetHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.