Interface ListInstancesResponse.Builder

    • Method Detail

      • instances

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

        The list of instances for the cluster and given filters.

        Parameters:
        instances - The list of instances for the cluster and given filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instances

        ListInstancesResponse.Builder instances​(Instance... instances)

        The list of instances for the cluster and given filters.

        Parameters:
        instances - The list of instances for the cluster and given filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListInstancesResponse.Builder marker​(String marker)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        marker - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.