Interface QueryFilters.Builder

    • Method Detail

      • types

        QueryFilters.Builder types​(Collection<String> types)

        Filter the lineage entities connected to the StartArn by type. For example: DataSet, Model, Endpoint, or ModelDeployment.

        Parameters:
        types - Filter the lineage entities connected to the StartArn by type. For example: DataSet, Model, Endpoint, or ModelDeployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        QueryFilters.Builder types​(String... types)

        Filter the lineage entities connected to the StartArn by type. For example: DataSet, Model, Endpoint, or ModelDeployment.

        Parameters:
        types - Filter the lineage entities connected to the StartArn by type. For example: DataSet, Model, Endpoint, or ModelDeployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lineageTypesWithStrings

        QueryFilters.Builder lineageTypesWithStrings​(Collection<String> lineageTypes)

        Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.

        Parameters:
        lineageTypes - Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lineageTypesWithStrings

        QueryFilters.Builder lineageTypesWithStrings​(String... lineageTypes)

        Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.

        Parameters:
        lineageTypes - Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lineageTypes

        QueryFilters.Builder lineageTypes​(Collection<LineageType> lineageTypes)

        Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.

        Parameters:
        lineageTypes - Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lineageTypes

        QueryFilters.Builder lineageTypes​(LineageType... lineageTypes)

        Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.

        Parameters:
        lineageTypes - Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBefore

        QueryFilters.Builder createdBefore​(Instant createdBefore)

        Filter the lineage entities connected to the StartArn(s) by created date.

        Parameters:
        createdBefore - Filter the lineage entities connected to the StartArn(s) by created date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAfter

        QueryFilters.Builder createdAfter​(Instant createdAfter)

        Filter the lineage entities connected to the StartArn(s) after the create date.

        Parameters:
        createdAfter - Filter the lineage entities connected to the StartArn(s) after the create date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedBefore

        QueryFilters.Builder modifiedBefore​(Instant modifiedBefore)

        Filter the lineage entities connected to the StartArn(s) before the last modified date.

        Parameters:
        modifiedBefore - Filter the lineage entities connected to the StartArn(s) before the last modified date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedAfter

        QueryFilters.Builder modifiedAfter​(Instant modifiedAfter)

        Filter the lineage entities connected to the StartArn(s) after the last modified date.

        Parameters:
        modifiedAfter - Filter the lineage entities connected to the StartArn(s) after the last modified date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • properties

        QueryFilters.Builder properties​(Map<String,​String> properties)

        Filter the lineage entities connected to the StartArn(s) by a set if property key value pairs. If multiple pairs are provided, an entity is included in the results if it matches any of the provided pairs.

        Parameters:
        properties - Filter the lineage entities connected to the StartArn(s) by a set if property key value pairs. If multiple pairs are provided, an entity is included in the results if it matches any of the provided pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.