public static interface DescribeSpotFleetInstancesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeSpotFleetInstancesResponse.Builder,DescribeSpotFleetInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSpotFleetInstancesResponse.Builder |
activeInstances(ActiveInstance... activeInstances)
The running instances.
|
DescribeSpotFleetInstancesResponse.Builder |
activeInstances(Collection<ActiveInstance> activeInstances)
The running instances.
|
DescribeSpotFleetInstancesResponse.Builder |
activeInstances(Consumer<ActiveInstance.Builder>... activeInstances)
The running instances.
|
DescribeSpotFleetInstancesResponse.Builder |
nextToken(String nextToken)
The token required to retrieve the next set of results.
|
DescribeSpotFleetInstancesResponse.Builder |
spotFleetRequestId(String spotFleetRequestId)
The ID of the Spot Fleet request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSpotFleetInstancesResponse.Builder activeInstances(Collection<ActiveInstance> activeInstances)
The running instances. This list is refreshed periodically and might be out of date.
activeInstances - The running instances. This list is refreshed periodically and might be out of date.DescribeSpotFleetInstancesResponse.Builder activeInstances(ActiveInstance... activeInstances)
The running instances. This list is refreshed periodically and might be out of date.
activeInstances - The running instances. This list is refreshed periodically and might be out of date.DescribeSpotFleetInstancesResponse.Builder activeInstances(Consumer<ActiveInstance.Builder>... activeInstances)
The running instances. This list is refreshed periodically and might be out of date.
This is a convenience method that creates an instance of theActiveInstance.Builder avoiding the need to create one
manually via ActiveInstance.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #activeInstances(List.
activeInstances - a consumer that will call methods on
ActiveInstance.Builder#activeInstances(java.util.Collection) DescribeSpotFleetInstancesResponse.Builder nextToken(String nextToken)
The token required to retrieve the next set of results. This value is null when there are no
more results to return.
nextToken - The token required to retrieve the next set of results. This value is null when there are
no more results to return.DescribeSpotFleetInstancesResponse.Builder spotFleetRequestId(String spotFleetRequestId)
The ID of the Spot Fleet request.
spotFleetRequestId - The ID of the Spot Fleet request.Copyright © 2023. All rights reserved.