Interface DescribeFleetInstancesResponse.Builder

    • Method Detail

      • activeInstances

        DescribeFleetInstancesResponse.Builder activeInstances​(Collection<ActiveInstance> activeInstances)

        The running instances. This list is refreshed periodically and might be out of date.

        Parameters:
        activeInstances - The running instances. This list is refreshed periodically and might be out of date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activeInstances

        DescribeFleetInstancesResponse.Builder activeInstances​(ActiveInstance... activeInstances)

        The running instances. This list is refreshed periodically and might be out of date.

        Parameters:
        activeInstances - The running instances. This list is refreshed periodically and might be out of date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeFleetInstancesResponse.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fleetId

        DescribeFleetInstancesResponse.Builder fleetId​(String fleetId)

        The ID of the EC2 Fleet.

        Parameters:
        fleetId - The ID of the EC2 Fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.