public static interface DescribeFleetHistoryRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeFleetHistoryRequest.Builder,DescribeFleetHistoryRequest>
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 items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults - The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.DescribeFleetHistoryRequest.Builder nextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken - The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.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 © 2023. All rights reserved.