Interface DescribeInstancesResponse.Builder

    • Method Detail

      • instances

        DescribeInstancesResponse.Builder instances​(Collection<Instance> instances)

        A collection of objects containing properties for each instance returned.

        Parameters:
        instances - A collection of objects containing properties for each instance returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instances

        DescribeInstancesResponse.Builder instances​(Instance... instances)

        A collection of objects containing properties for each instance returned.

        Parameters:
        instances - A collection of objects containing properties for each instance returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeInstancesResponse.Builder nextToken​(String nextToken)

        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

        Parameters:
        nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.