Interface ListMembersRequest.Builder

    • Method Detail

      • maxResults

        ListMembersRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to include in each page of a paginated response.

        Parameters:
        maxResults - The maximum number of items to include in each page of a paginated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMembersRequest.Builder nextToken​(String nextToken)

        The nextToken string that specifies which page of results to return in a paginated response.

        Parameters:
        nextToken - The nextToken string that specifies which page of results to return in a paginated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • onlyAssociated

        ListMembersRequest.Builder onlyAssociated​(String onlyAssociated)

        Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.

        Parameters:
        onlyAssociated - Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.