Interface RetrievalResultWebLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RetrievalResultWebLocation.Builder,RetrievalResultWebLocation>,SdkBuilder<RetrievalResultWebLocation.Builder,RetrievalResultWebLocation>,SdkPojo
- Enclosing class:
- RetrievalResultWebLocation
@Mutable @NotThreadSafe public static interface RetrievalResultWebLocation.Builder extends SdkPojo, CopyableBuilder<RetrievalResultWebLocation.Builder,RetrievalResultWebLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetrievalResultWebLocation.Builderurl(String url)The web URL/URLs for the data source location.-
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
RetrievalResultWebLocation.Builder url(String url)
The web URL/URLs for the data source location.
- Parameters:
url- The web URL/URLs for the data source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-