Class LocationEndpointParams
java.lang.Object
software.amazon.awssdk.services.location.endpoints.LocationEndpointParams
- All Implemented Interfaces:
ToCopyableBuilder<LocationEndpointParams.Builder,
LocationEndpointParams>
@Generated("software.amazon.awssdk:codegen")
public final class LocationEndpointParams
extends Object
implements ToCopyableBuilder<LocationEndpointParams.Builder,LocationEndpointParams>
The parameters object used to resolve an endpoint for the Location service.
-
Method Details
-
builder
-
region
-
useDualStack
-
useFips
-
endpoint
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<LocationEndpointParams.Builder,
LocationEndpointParams> - Returns:
- a builder for type T
-