Interface ListAgreementsRequest.Builder

    • Method Detail

      • maxResults

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

        ListAgreementsRequest.Builder nextToken​(String nextToken)

        When you can get additional results from the ListAgreements call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional agreements.

        Parameters:
        nextToken - When you can get additional results from the ListAgreements call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional agreements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverId

        ListAgreementsRequest.Builder serverId​(String serverId)

        The identifier of the server for which you want a list of agreements.

        Parameters:
        serverId - The identifier of the server for which you want a list of agreements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.