public static interface DescribeFleetHistoryRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeFleetHistoryRequest.Builder,DescribeFleetHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetHistoryRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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 items to return for this request.
|
DescribeFleetHistoryRequest.Builder |
nextToken(String nextToken)
The token returned from a previous paginated request.
|
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 dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.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,
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.