Interface CrawlerHistory.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CrawlerHistory.Builder,
,CrawlerHistory> SdkBuilder<CrawlerHistory.Builder,
,CrawlerHistory> SdkPojo
- Enclosing class:
CrawlerHistory
@Mutable
@NotThreadSafe
public static interface CrawlerHistory.Builder
extends SdkPojo, CopyableBuilder<CrawlerHistory.Builder,CrawlerHistory>
-
Method Summary
Modifier and TypeMethodDescriptionA UUID identifier for each crawl.The number of data processing units (DPU) used in hours for the crawl.The date and time on which the crawl ended.errorMessage
(String errorMessage) If an error occurred, the error message associated with the crawl.The log group associated with the crawl.The log stream associated with the crawl.messagePrefix
(String messagePrefix) The prefix for a CloudWatch message about this crawl.The date and time on which the crawl started.The state of the crawl.state
(CrawlerHistoryState state) The state of the crawl.A run summary for the specific crawl in JSON.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
crawlId
A UUID identifier for each crawl.
- Parameters:
crawlId
- A UUID identifier for each crawl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the crawl.
- Parameters:
state
- The state of the crawl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the crawl.
- Parameters:
state
- The state of the crawl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTime
The date and time on which the crawl started.
- Parameters:
startTime
- The date and time on which the crawl started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The date and time on which the crawl ended.
- Parameters:
endTime
- The date and time on which the crawl ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.
- Parameters:
summary
- A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
If an error occurred, the error message associated with the crawl.
- Parameters:
errorMessage
- If an error occurred, the error message associated with the crawl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroup
The log group associated with the crawl.
- Parameters:
logGroup
- The log group associated with the crawl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logStream
The log stream associated with the crawl.
- Parameters:
logStream
- The log stream associated with the crawl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messagePrefix
The prefix for a CloudWatch message about this crawl.
- Parameters:
messagePrefix
- The prefix for a CloudWatch message about this crawl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dpuHour
The number of data processing units (DPU) used in hours for the crawl.
- Parameters:
dpuHour
- The number of data processing units (DPU) used in hours for the crawl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-