Interface SiteMapsConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SiteMapsConfiguration.Builder,SiteMapsConfiguration>,SdkBuilder<SiteMapsConfiguration.Builder,SiteMapsConfiguration>,SdkPojo
- Enclosing class:
- SiteMapsConfiguration
public static interface SiteMapsConfiguration.Builder extends SdkPojo, CopyableBuilder<SiteMapsConfiguration.Builder,SiteMapsConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SiteMapsConfiguration.BuildersiteMaps(String... siteMaps)The list of sitemap URLs of the websites you want to crawl.SiteMapsConfiguration.BuildersiteMaps(Collection<String> siteMaps)The list of sitemap URLs of the websites you want to crawl.-
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 Detail
-
siteMaps
SiteMapsConfiguration.Builder siteMaps(Collection<String> siteMaps)
The list of sitemap URLs of the websites you want to crawl.
The list can include a maximum of three sitemap URLs.
- Parameters:
siteMaps- The list of sitemap URLs of the websites you want to crawl.The list can include a maximum of three sitemap URLs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
siteMaps
SiteMapsConfiguration.Builder siteMaps(String... siteMaps)
The list of sitemap URLs of the websites you want to crawl.
The list can include a maximum of three sitemap URLs.
- Parameters:
siteMaps- The list of sitemap URLs of the websites you want to crawl.The list can include a maximum of three sitemap URLs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-