public static interface QueryFilters.Builder extends SdkPojo, CopyableBuilder<QueryFilters.Builder,QueryFilters>
| Modifier and Type | Method and Description |
|---|---|
QueryFilters.Builder |
createdAfter(Instant createdAfter)
Filter the lineage entities connected to the
StartArn(s) after the create date. |
QueryFilters.Builder |
createdBefore(Instant createdBefore)
Filter the lineage entities connected to the
StartArn(s) by created date. |
QueryFilters.Builder |
lineageTypes(Collection<LineageType> lineageTypes)
Filter the lineage entities connected to the
StartArn(s) by the type of the lineage entity. |
QueryFilters.Builder |
lineageTypes(LineageType... lineageTypes)
Filter the lineage entities connected to the
StartArn(s) by the type of the lineage entity. |
QueryFilters.Builder |
lineageTypesWithStrings(Collection<String> lineageTypes)
Filter the lineage entities connected to the
StartArn(s) by the type of the lineage entity. |
QueryFilters.Builder |
lineageTypesWithStrings(String... lineageTypes)
Filter the lineage entities connected to the
StartArn(s) by the type of the lineage entity. |
QueryFilters.Builder |
modifiedAfter(Instant modifiedAfter)
Filter the lineage entities connected to the
StartArn(s) after the last modified date. |
QueryFilters.Builder |
modifiedBefore(Instant modifiedBefore)
Filter the lineage entities connected to the
StartArn(s) before the last modified date. |
QueryFilters.Builder |
properties(Map<String,String> properties)
Filter the lineage entities connected to the
StartArn(s) by a set if property key value pairs. |
QueryFilters.Builder |
types(Collection<String> types)
Filter the lineage entities connected to the
StartArn by type. |
QueryFilters.Builder |
types(String... types)
Filter the lineage entities connected to the
StartArn by type. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryFilters.Builder types(Collection<String> types)
Filter the lineage entities connected to the StartArn by type. For example: DataSet, Model, Endpoint, or ModelDeployment.
types - Filter the lineage entities connected to the StartArn by type. For example:
DataSet, Model, Endpoint, or ModelDeployment.QueryFilters.Builder types(String... types)
Filter the lineage entities connected to the StartArn by type. For example: DataSet, Model, Endpoint, or ModelDeployment.
types - Filter the lineage entities connected to the StartArn by type. For example:
DataSet, Model, Endpoint, or ModelDeployment.QueryFilters.Builder lineageTypesWithStrings(Collection<String> lineageTypes)
Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.
lineageTypes - Filter the lineage entities connected to the StartArn(s) by the type of the lineage
entity.QueryFilters.Builder lineageTypesWithStrings(String... lineageTypes)
Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.
lineageTypes - Filter the lineage entities connected to the StartArn(s) by the type of the lineage
entity.QueryFilters.Builder lineageTypes(Collection<LineageType> lineageTypes)
Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.
lineageTypes - Filter the lineage entities connected to the StartArn(s) by the type of the lineage
entity.QueryFilters.Builder lineageTypes(LineageType... lineageTypes)
Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.
lineageTypes - Filter the lineage entities connected to the StartArn(s) by the type of the lineage
entity.QueryFilters.Builder createdBefore(Instant createdBefore)
Filter the lineage entities connected to the StartArn(s) by created date.
createdBefore - Filter the lineage entities connected to the StartArn(s) by created date.QueryFilters.Builder createdAfter(Instant createdAfter)
Filter the lineage entities connected to the StartArn(s) after the create date.
createdAfter - Filter the lineage entities connected to the StartArn(s) after the create date.QueryFilters.Builder modifiedBefore(Instant modifiedBefore)
Filter the lineage entities connected to the StartArn(s) before the last modified date.
modifiedBefore - Filter the lineage entities connected to the StartArn(s) before the last modified date.QueryFilters.Builder modifiedAfter(Instant modifiedAfter)
Filter the lineage entities connected to the StartArn(s) after the last modified date.
modifiedAfter - Filter the lineage entities connected to the StartArn(s) after the last modified date.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.
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.Copyright © 2023. All rights reserved.