Interface DescribeInstancesResponse.Builder

    • Method Detail

      • instances

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

        An array of Instance objects that describe the instances.

        Parameters:
        instances - An array of Instance objects that describe the instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instances

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

        An array of Instance objects that describe the instances.

        Parameters:
        instances - An array of Instance objects that describe the instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.