Interface ListLfTagsRequest.Builder

    • Method Detail

      • catalogId

        ListLfTagsRequest.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.
      • resourceShareType

        ListLfTagsRequest.Builder resourceShareType​(String resourceShareType)

        If resource share type is ALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type is FOREIGN, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.

        Parameters:
        resourceShareType - If resource share type is ALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type is FOREIGN, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceShareType, ResourceShareType
      • resourceShareType

        ListLfTagsRequest.Builder resourceShareType​(ResourceShareType resourceShareType)

        If resource share type is ALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type is FOREIGN, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.

        Parameters:
        resourceShareType - If resource share type is ALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type is FOREIGN, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceShareType, ResourceShareType
      • maxResults

        ListLfTagsRequest.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.
      • nextToken

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