public static interface DescribeSpotFleetRequestHistoryRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeSpotFleetRequestHistoryRequest.Builder,DescribeSpotFleetRequestHistoryRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeSpotFleetRequestHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.