public static interface DescribeSpotFleetRequestHistoryRequest.Builder extends EC2Request.Builder, CopyableBuilder<DescribeSpotFleetRequestHistoryRequest.Builder,DescribeSpotFleetRequestHistoryRequest>
Modifier and Type | Method and Description |
---|---|
DescribeSpotFleetRequestHistoryRequest.Builder |
eventType(EventType eventType)
The type of events to describe.
|
DescribeSpotFleetRequestHistoryRequest.Builder |
eventType(String 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeSpotFleetRequestHistoryRequest.Builder |
spotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
|
DescribeSpotFleetRequestHistoryRequest.Builder |
startTime(Instant startTime)
The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeSpotFleetRequestHistoryRequest.Builder eventType(String eventType)
The type of events to describe. By default, all events are described.
DescribeSpotFleetRequestHistoryRequest.Builder eventType(EventType eventType)
The type of events to describe. By default, all events are described.
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(Instant 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).DescribeSpotFleetRequestHistoryRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.