Interface ListAccessesResponse.Builder

    • Method Detail

      • nextToken

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

        ListAccessesResponse.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.
      • accesses

        ListAccessesResponse.Builder accesses​(Collection<ListedAccess> accesses)

        Returns the accesses and their properties for the ServerId value that you specify.

        Parameters:
        accesses - Returns the accesses and their properties for the ServerId value that you specify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accesses

        ListAccessesResponse.Builder accesses​(ListedAccess... accesses)

        Returns the accesses and their properties for the ServerId value that you specify.

        Parameters:
        accesses - Returns the accesses and their properties for the ServerId value that you specify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.