Interface ListInstanceGroupsResponse.Builder

    • Method Detail

      • instanceGroups

        ListInstanceGroupsResponse.Builder instanceGroups​(Collection<InstanceGroup> instanceGroups)

        The list of instance groups for the cluster and given filters.

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

        ListInstanceGroupsResponse.Builder instanceGroups​(InstanceGroup... instanceGroups)

        The list of instance groups for the cluster and given filters.

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

        ListInstanceGroupsResponse.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.