Interface BatchListIncomingTypedLinks.Builder

    • Method Detail

      • objectReference

        BatchListIncomingTypedLinks.Builder objectReference​(ObjectReference objectReference)

        The reference that identifies the object whose attributes will be listed.

        Parameters:
        objectReference - The reference that identifies the object whose attributes will be listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterAttributeRanges

        BatchListIncomingTypedLinks.Builder filterAttributeRanges​(Collection<TypedLinkAttributeRange> filterAttributeRanges)

        Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

        Parameters:
        filterAttributeRanges - Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterAttributeRanges

        BatchListIncomingTypedLinks.Builder filterAttributeRanges​(TypedLinkAttributeRange... filterAttributeRanges)

        Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

        Parameters:
        filterAttributeRanges - Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterTypedLink

        BatchListIncomingTypedLinks.Builder filterTypedLink​(TypedLinkSchemaAndFacetName filterTypedLink)

        Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.

        Parameters:
        filterTypedLink - Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        BatchListIncomingTypedLinks.Builder nextToken​(String nextToken)

        The pagination token.

        Parameters:
        nextToken - The pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        BatchListIncomingTypedLinks.Builder maxResults​(Integer maxResults)

        The maximum number of results to retrieve.

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