Interface ListBlockingInstancesForCapacityTaskResponse.Builder

    • Method Detail

      • blockingInstances

        ListBlockingInstancesForCapacityTaskResponse.Builder blockingInstances​(Collection<BlockingInstance> blockingInstances)

        A list of all running Amazon EC2 instances on the Outpost. Stopping one or more of these instances can free up the capacity needed to run the capacity task.

        Parameters:
        blockingInstances - A list of all running Amazon EC2 instances on the Outpost. Stopping one or more of these instances can free up the capacity needed to run the capacity task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blockingInstances

        ListBlockingInstancesForCapacityTaskResponse.Builder blockingInstances​(BlockingInstance... blockingInstances)

        A list of all running Amazon EC2 instances on the Outpost. Stopping one or more of these instances can free up the capacity needed to run the capacity task.

        Parameters:
        blockingInstances - A list of all running Amazon EC2 instances on the Outpost. Stopping one or more of these instances can free up the capacity needed to run the capacity task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBlockingInstancesForCapacityTaskResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.