Class CrawlerHistory
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<CrawlerHistory.Builder,
CrawlerHistory>
Contains the information for a run of a crawler.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CrawlerHistory.Builder
builder()
final String
crawlId()
A UUID identifier for each crawl.final Double
dpuHour()
The number of data processing units (DPU) used in hours for the crawl.final Instant
endTime()
The date and time on which the crawl ended.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
If an error occurred, the error message associated with the crawl.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
logGroup()
The log group associated with the crawl.final String
The log stream associated with the crawl.final String
The prefix for a CloudWatch message about this crawl.static Class
<? extends CrawlerHistory.Builder> final Instant
The date and time on which the crawl started.final CrawlerHistoryState
state()
The state of the crawl.final String
The state of the crawl.final String
summary()
A run summary for the specific crawl in JSON.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
crawlId
A UUID identifier for each crawl.
- Returns:
- A UUID identifier for each crawl.
-
state
The state of the crawl.
If the service returns an enum value that is not available in the current SDK version,
state
will returnCrawlerHistoryState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstateAsString()
.- Returns:
- The state of the crawl.
- See Also:
-
stateAsString
The state of the crawl.
If the service returns an enum value that is not available in the current SDK version,
state
will returnCrawlerHistoryState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstateAsString()
.- Returns:
- The state of the crawl.
- See Also:
-
startTime
The date and time on which the crawl started.
- Returns:
- The date and time on which the crawl started.
-
endTime
The date and time on which the crawl ended.
- Returns:
- The date and time on which the crawl ended.
-
summary
A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.
- Returns:
- A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.
-
errorMessage
If an error occurred, the error message associated with the crawl.
- Returns:
- If an error occurred, the error message associated with the crawl.
-
logGroup
The log group associated with the crawl.
- Returns:
- The log group associated with the crawl.
-
logStream
The log stream associated with the crawl.
- Returns:
- The log stream associated with the crawl.
-
messagePrefix
The prefix for a CloudWatch message about this crawl.
- Returns:
- The prefix for a CloudWatch message about this crawl.
-
dpuHour
The number of data processing units (DPU) used in hours for the crawl.
- Returns:
- The number of data processing units (DPU) used in hours for the crawl.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<CrawlerHistory.Builder,
CrawlerHistory> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-