Interface DescribeInstancesRequest.Builder

    • Method Detail

      • stackId

        DescribeInstancesRequest.Builder stackId​(String stackId)

        A stack ID. If you use this parameter, DescribeInstances returns descriptions of the instances associated with the specified stack.

        Parameters:
        stackId - A stack ID. If you use this parameter, DescribeInstances returns descriptions of the instances associated with the specified stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • layerId

        DescribeInstancesRequest.Builder layerId​(String layerId)

        A layer ID. If you use this parameter, DescribeInstances returns descriptions of the instances associated with the specified layer.

        Parameters:
        layerId - A layer ID. If you use this parameter, DescribeInstances returns descriptions of the instances associated with the specified layer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceIds

        DescribeInstancesRequest.Builder instanceIds​(Collection<String> instanceIds)

        An array of instance IDs to be described. If you use this parameter, DescribeInstances returns a description of the specified instances. Otherwise, it returns a description of every instance.

        Parameters:
        instanceIds - An array of instance IDs to be described. If you use this parameter, DescribeInstances returns a description of the specified instances. Otherwise, it returns a description of every instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceIds

        DescribeInstancesRequest.Builder instanceIds​(String... instanceIds)

        An array of instance IDs to be described. If you use this parameter, DescribeInstances returns a description of the specified instances. Otherwise, it returns a description of every instance.

        Parameters:
        instanceIds - An array of instance IDs to be described. If you use this parameter, DescribeInstances returns a description of the specified instances. Otherwise, it returns a description of every instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.