Interface KeyGroupList.Builder

    • Method Detail

      • nextMarker

        KeyGroupList.Builder nextMarker​(String nextMarker)

        If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing key groups.

        Parameters:
        nextMarker - If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing key groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        KeyGroupList.Builder maxItems​(Integer maxItems)

        The maximum number of key groups requested.

        Parameters:
        maxItems - The maximum number of key groups requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        KeyGroupList.Builder quantity​(Integer quantity)

        The number of key groups returned in the response.

        Parameters:
        quantity - The number of key groups returned in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        KeyGroupList.Builder items​(Collection<KeyGroupSummary> items)

        A list of key groups.

        Parameters:
        items - A list of key groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        KeyGroupList.Builder items​(KeyGroupSummary... items)

        A list of key groups.

        Parameters:
        items - A list of key groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.