Interface PublicKeyList.Builder

    • Method Detail

      • nextMarker

        PublicKeyList.Builder nextMarker​(String nextMarker)

        If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

        Parameters:
        nextMarker - If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        PublicKeyList.Builder maxItems​(Integer maxItems)

        The maximum number of public keys you want in the response.

        Parameters:
        maxItems - The maximum number of public keys you want in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        PublicKeyList.Builder quantity​(Integer quantity)

        The number of public keys in the list.

        Parameters:
        quantity - The number of public keys in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        PublicKeyList.Builder items​(PublicKeySummary... items)

        A list of public keys.

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