public static interface CrawlsFilter.Builder extends SdkPojo, CopyableBuilder<CrawlsFilter.Builder,CrawlsFilter>
| Modifier and Type | Method and Description |
|---|---|
CrawlsFilter.Builder |
fieldName(FieldName fieldName)
A key used to filter the crawler runs for a specified crawler.
|
CrawlsFilter.Builder |
fieldName(String fieldName)
A key used to filter the crawler runs for a specified crawler.
|
CrawlsFilter.Builder |
fieldValue(String fieldValue)
The value provided for comparison on the crawl field.
|
CrawlsFilter.Builder |
filterOperator(FilterOperator filterOperator)
A defined comparator that operates on the value.
|
CrawlsFilter.Builder |
filterOperator(String filterOperator)
A defined comparator that operates on the value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCrawlsFilter.Builder fieldName(String fieldName)
A key used to filter the crawler runs for a specified crawler. Valid values for each of the field names are:
CRAWL_ID: A string representing the UUID identifier for a crawl.
STATE: A string representing the state of the crawl.
START_TIME and END_TIME: The epoch timestamp in milliseconds.
DPU_HOUR: The number of data processing unit (DPU) hours used for the crawl.
fieldName - A key used to filter the crawler runs for a specified crawler. Valid values for each of the field
names are:
CRAWL_ID: A string representing the UUID identifier for a crawl.
STATE: A string representing the state of the crawl.
START_TIME and END_TIME: The epoch timestamp in milliseconds.
DPU_HOUR: The number of data processing unit (DPU) hours used for the crawl.
FieldName,
FieldNameCrawlsFilter.Builder fieldName(FieldName fieldName)
A key used to filter the crawler runs for a specified crawler. Valid values for each of the field names are:
CRAWL_ID: A string representing the UUID identifier for a crawl.
STATE: A string representing the state of the crawl.
START_TIME and END_TIME: The epoch timestamp in milliseconds.
DPU_HOUR: The number of data processing unit (DPU) hours used for the crawl.
fieldName - A key used to filter the crawler runs for a specified crawler. Valid values for each of the field
names are:
CRAWL_ID: A string representing the UUID identifier for a crawl.
STATE: A string representing the state of the crawl.
START_TIME and END_TIME: The epoch timestamp in milliseconds.
DPU_HOUR: The number of data processing unit (DPU) hours used for the crawl.
FieldName,
FieldNameCrawlsFilter.Builder filterOperator(String filterOperator)
A defined comparator that operates on the value. The available operators are:
GT: Greater than.
GE: Greater than or equal to.
LT: Less than.
LE: Less than or equal to.
EQ: Equal to.
NE: Not equal to.
filterOperator - A defined comparator that operates on the value. The available operators are:
GT: Greater than.
GE: Greater than or equal to.
LT: Less than.
LE: Less than or equal to.
EQ: Equal to.
NE: Not equal to.
FilterOperator,
FilterOperatorCrawlsFilter.Builder filterOperator(FilterOperator filterOperator)
A defined comparator that operates on the value. The available operators are:
GT: Greater than.
GE: Greater than or equal to.
LT: Less than.
LE: Less than or equal to.
EQ: Equal to.
NE: Not equal to.
filterOperator - A defined comparator that operates on the value. The available operators are:
GT: Greater than.
GE: Greater than or equal to.
LT: Less than.
LE: Less than or equal to.
EQ: Equal to.
NE: Not equal to.
FilterOperator,
FilterOperatorCrawlsFilter.Builder fieldValue(String fieldValue)
The value provided for comparison on the crawl field.
fieldValue - The value provided for comparison on the crawl field.Copyright © 2023. All rights reserved.