public static interface DescribeSpotFleetRequestHistoryRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeSpotFleetRequestHistoryRequest.Builder,DescribeSpotFleetRequestHistoryRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSpotFleetRequestHistoryRequest.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 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.DescribeSpotFleetRequestHistoryRequest.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items to return.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.BuilderDescribeSpotFleetRequestHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.