Interface ListPermissionsRequest.Builder

    • Method Detail

      • catalogId

        ListPermissionsRequest.Builder catalogId​(String catalogId)

        The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

        Parameters:
        catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principal

        ListPermissionsRequest.Builder principal​(DataLakePrincipal principal)

        Specifies a principal to filter the permissions returned.

        Parameters:
        principal - Specifies a principal to filter the permissions returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resource

        ListPermissionsRequest.Builder resource​(Resource resource)

        A resource where you will get a list of the principal permissions.

        This operation does not support getting privileges on a table with columns. Instead, call this operation on the table, and the operation returns the table and the table w columns.

        Parameters:
        resource - A resource where you will get a list of the principal permissions.

        This operation does not support getting privileges on a table with columns. Instead, call this operation on the table, and the operation returns the table and the table w columns.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPermissionsRequest.Builder nextToken​(String nextToken)

        A continuation token, if this is not the first call to retrieve this list.

        Parameters:
        nextToken - A continuation token, if this is not the first call to retrieve this list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListPermissionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return.

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

        ListPermissionsRequest.Builder includeRelated​(String includeRelated)

        Indicates that related permissions should be included in the results.

        Parameters:
        includeRelated - Indicates that related permissions should be included in the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.