Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Crawl |
Crawl.clone() |
Crawl |
Crawl.withCompletedOn(Date completedOn)
The date and time on which the crawl completed.
|
Crawl |
Crawl.withErrorMessage(String errorMessage)
The error message associated with the crawl.
|
Crawl |
Crawl.withLogGroup(String logGroup)
The log group associated with the crawl.
|
Crawl |
Crawl.withLogStream(String logStream)
The log stream associated with the crawl.
|
Crawl |
Crawl.withStartedOn(Date startedOn)
The date and time on which the crawl started.
|
Crawl |
Crawl.withState(CrawlState state)
The state of the crawler.
|
Crawl |
Crawl.withState(String state)
The state of the crawler.
|
Modifier and Type | Method and Description |
---|---|
List<Crawl> |
CrawlerNodeDetails.getCrawls()
A list of crawls represented by the crawl node.
|
Modifier and Type | Method and Description |
---|---|
CrawlerNodeDetails |
CrawlerNodeDetails.withCrawls(Crawl... crawls)
A list of crawls represented by the crawl node.
|
Modifier and Type | Method and Description |
---|---|
void |
CrawlerNodeDetails.setCrawls(Collection<Crawl> crawls)
A list of crawls represented by the crawl node.
|
CrawlerNodeDetails |
CrawlerNodeDetails.withCrawls(Collection<Crawl> crawls)
A list of crawls represented by the crawl node.
|
Copyright © 2021. All rights reserved.