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 SummaryModifier and TypeMethodDescriptionThe domain that was cited when performing a web search.The URL that was cited when performing a web search.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
urlThe 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.
 
- 
domainThe 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.
 
 
-