Interface ListVirtualMachinesRequest.Builder

    • Method Detail

      • hypervisorArn

        ListVirtualMachinesRequest.Builder hypervisorArn​(String hypervisorArn)

        The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.

        Parameters:
        hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListVirtualMachinesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of virtual machines to list.

        Parameters:
        maxResults - The maximum number of virtual machines to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListVirtualMachinesRequest.Builder nextToken​(String nextToken)

        The next item following a partial list of returned resources. For example, if a request is made to return maxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

        Parameters:
        nextToken - The next item following a partial list of returned resources. For example, if a request is made to return maxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.