CopyableBuilder<DescribeSpotFleetRequestHistoryRequest.Builder,DescribeSpotFleetRequestHistoryRequest>
, SdkBuilder<DescribeSpotFleetRequestHistoryRequest.Builder,DescribeSpotFleetRequestHistoryRequest>
public static interface DescribeSpotFleetRequestHistoryRequest.Builder extends CopyableBuilder<DescribeSpotFleetRequestHistoryRequest.Builder,DescribeSpotFleetRequestHistoryRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeSpotFleetRequestHistoryRequest.Builder |
eventType(String eventType) |
The type of events to describe.
|
DescribeSpotFleetRequestHistoryRequest.Builder |
eventType(EventType eventType) |
The type of events to describe.
|
DescribeSpotFleetRequestHistoryRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to return in a single call.
|
DescribeSpotFleetRequestHistoryRequest.Builder |
nextToken(String nextToken) |
The token for the next set of results.
|
DescribeSpotFleetRequestHistoryRequest.Builder |
spotFleetRequestId(String spotFleetRequestId) |
The ID of the Spot fleet request.
|
DescribeSpotFleetRequestHistoryRequest.Builder |
startTime(Date startTime) |
The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
copy
apply, build
DescribeSpotFleetRequestHistoryRequest.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.EventType
DescribeSpotFleetRequestHistoryRequest.Builder eventType(EventType 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.EventType
DescribeSpotFleetRequestHistoryRequest.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.DescribeSpotFleetRequestHistoryRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.DescribeSpotFleetRequestHistoryRequest.Builder spotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
spotFleetRequestId
- The ID of the Spot fleet request.DescribeSpotFleetRequestHistoryRequest.Builder startTime(Date startTime)
The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
startTime
- The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.