Modifier and Type | Field and Description |
---|---|
protected URI |
internalURL |
protected URI |
publicURL |
protected String |
region |
protected String |
tenantId |
protected String |
versionId |
Constructor and Description |
---|
Endpoint.Builder() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
build() |
Endpoint.Builder |
fromEndpoint(Endpoint from) |
Endpoint.Builder |
internalURL(URI internalURL) |
Endpoint.Builder |
publicURL(URI publicURL) |
Endpoint.Builder |
region(String region) |
Endpoint.Builder |
tenantId(String tenantId) |
Endpoint.Builder |
versionId(String versionId) |
protected String versionId
protected String region
protected URI publicURL
protected URI internalURL
protected String tenantId
public Endpoint.Builder versionId(String versionId)
Endpoint.getVersionId()
public Endpoint.Builder region(String region)
Endpoint.getRegion()
public Endpoint.Builder publicURL(URI publicURL)
Endpoint.getPublicURL()
public Endpoint.Builder internalURL(URI internalURL)
Endpoint.getInternalURL()
public Endpoint.Builder tenantId(@Nullable String tenantId)
Endpoint.getTenantId()
public Endpoint build()
public Endpoint.Builder fromEndpoint(Endpoint from)
Copyright © 2009-2012 jclouds. All Rights Reserved.