Interface ListHostKeysRequest.Builder

    • Method Detail

      • maxResults

        ListHostKeysRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to return.

        Parameters:
        maxResults - The maximum number of items to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListHostKeysRequest.Builder nextToken​(String nextToken)

        When there are additional results that were not returned, a NextToken parameter is returned. You can use that value for a subsequent call to ListHostKeys to continue listing results.

        Parameters:
        nextToken - When there are additional results that were not returned, a NextToken parameter is returned. You can use that value for a subsequent call to ListHostKeys to continue listing results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverId

        ListHostKeysRequest.Builder serverId​(String serverId)

        The identifier of the server that contains the host keys that you want to view.

        Parameters:
        serverId - The identifier of the server that contains the host keys that you want to view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.