Interface WebCrawlerLimits.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WebCrawlerLimits.Builder,
,WebCrawlerLimits> SdkBuilder<WebCrawlerLimits.Builder,
,WebCrawlerLimits> SdkPojo
- Enclosing class:
WebCrawlerLimits
@Mutable
@NotThreadSafe
public static interface WebCrawlerLimits.Builder
extends SdkPojo, CopyableBuilder<WebCrawlerLimits.Builder,WebCrawlerLimits>
-
Method Summary
Modifier and TypeMethodDescriptionThe max number of web pages crawled from your source URLs, up to 25,000 pages.The max rate at which pages are crawled, up to 300 per minute per host.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
-
maxPages
The max number of web pages crawled from your source URLs, up to 25,000 pages. If the web pages exceed this limit, the data source sync will fail and no web pages will be ingested.
- Parameters:
maxPages
- The max number of web pages crawled from your source URLs, up to 25,000 pages. If the web pages exceed this limit, the data source sync will fail and no web pages will be ingested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rateLimit
The max rate at which pages are crawled, up to 300 per minute per host.
- Parameters:
rateLimit
- The max rate at which pages are crawled, up to 300 per minute per host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-