Interface Crawl.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Crawl.Builder,
,Crawl> SdkBuilder<Crawl.Builder,
,Crawl> SdkPojo
- Enclosing class:
Crawl
-
Method Summary
Modifier and TypeMethodDescriptioncompletedOn
(Instant completedOn) The date and time on which the crawl completed.errorMessage
(String errorMessage) The error message associated with the crawl.The log group associated with the crawl.The log stream associated with the crawl.The date and time on which the crawl started.The state of the crawler.state
(CrawlState state) The state of the crawler.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, sdkFields
-
Method Details
-
state
The state of the crawler.
- Parameters:
state
- The state of the crawler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the crawler.
- Parameters:
state
- The state of the crawler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedOn
The date and time on which the crawl started.
- Parameters:
startedOn
- The date and time on which the crawl started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedOn
The date and time on which the crawl completed.
- Parameters:
completedOn
- The date and time on which the crawl completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
The error message associated with the crawl.
- Parameters:
errorMessage
- 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.
-