Interface WebLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WebLocation.Builder,WebLocation>,SdkBuilder<WebLocation.Builder,WebLocation>,SdkPojo
- Enclosing class:
- WebLocation
@Mutable @NotThreadSafe public static interface WebLocation.Builder extends SdkPojo, CopyableBuilder<WebLocation.Builder,WebLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebLocation.Builderdomain(String domain)The domain that was cited when performing a web search.WebLocation.Builderurl(String url)The URL that was cited when performing a web search.-
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
WebLocation.Builder url(String url)
The URL that was cited when performing a web search.
- Parameters:
url- The URL that was cited when performing a web search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
WebLocation.Builder domain(String domain)
The domain that was cited when performing a web search.
- Parameters:
domain- The domain that was cited when performing a web search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-