Interface Location.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Location.Builder,
,Location> SdkBuilder<Location.Builder,
,Location> SdkPojo
- Enclosing class:
Location
@Mutable
@NotThreadSafe
public static interface Location.Builder
extends SdkPojo, CopyableBuilder<Location.Builder,Location>
-
Method Summary
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 Details
-
uri
The URI of the location.
- Parameters:
uri
- The URI of the location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-