public abstract class ServiceEndpointBuilder extends Object
Constructor and Description |
---|
ServiceEndpointBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract Region |
getRegion() |
abstract URI |
getServiceEndpoint()
Get the URI of the service endpoint
|
abstract ServiceEndpointBuilder |
withRegion(Region region)
Changes the region of the endpoint builder
|
public abstract URI getServiceEndpoint()
public abstract Region getRegion()
public abstract ServiceEndpointBuilder withRegion(Region region)
region
- New region to use in endpoint determinationCopyright © 2022. All rights reserved.