Interface SeedUrl.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SeedUrl.Builder,SeedUrl>,SdkBuilder<SeedUrl.Builder,SeedUrl>,SdkPojo
- Enclosing class:
- SeedUrl
public static interface SeedUrl.Builder extends SdkPojo, CopyableBuilder<SeedUrl.Builder,SeedUrl>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SeedUrl.Builderurl(String url)URL for crawling-
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 Detail
-
url
SeedUrl.Builder url(String url)
URL for crawling
- Parameters:
url- URL for crawling- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-