Interface ListAccessesRequest.Builder

    • Method Detail

      • maxResults

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

        ListAccessesRequest.Builder nextToken​(String nextToken)

        When you can get additional results from the ListAccesses 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 accesses.

        Parameters:
        nextToken - When you can get additional results from the ListAccesses 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 accesses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverId

        ListAccessesRequest.Builder serverId​(String serverId)

        A system-assigned unique identifier for a server that has users assigned to it.

        Parameters:
        serverId - A system-assigned unique identifier for a server that has users assigned to it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.