DefaultServiceEndpointBuilder
, IdentityEndpointBuilder
public abstract class ServiceEndpointBuilder extends Object
Constructor | Description |
---|---|
ServiceEndpointBuilder() |
Modifier and Type | Method | 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.