public static class AscendConfig.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
AscendConfig |
build()
Builds an instance of AscendClientImpl.
|
AscendConfig.Builder |
setAscendAllocationStore(AscendAllocationStore ascendAllocationStore)
Sets up a custom AscendAllocationStore.
|
AscendConfig.Builder |
setDomain(java.lang.String domain)
Sets the domain of the underlying participant api.
|
AscendConfig.Builder |
setHttpScheme(java.lang.String scheme)
Tells the SDK to use either http or https.
|
AscendConfig.Builder |
setVersion(java.lang.String version)
Version of the underlying participant api.
|
public AscendConfig.Builder setDomain(java.lang.String domain)
domain - the domain of the participant apipublic AscendConfig.Builder setVersion(java.lang.String version)
version - representation of the required participant api versionpublic AscendConfig.Builder setAscendAllocationStore(AscendAllocationStore ascendAllocationStore)
ascendAllocationStore - a custom built allocation storepublic AscendConfig.Builder setHttpScheme(java.lang.String scheme)
scheme - either http or httpspublic AscendConfig build()