public abstract static class ApiKeyPair.Builder<T extends ApiKeyPair.Builder<T>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiKey |
protected String |
secretKey |
| Constructor and Description |
|---|
ApiKeyPair.Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
apiKey(String apiKey) |
ApiKeyPair |
build() |
T |
fromApiKeyPair(ApiKeyPair in) |
T |
secretKey(String secretKey) |
protected abstract T |
self() |
protected abstract T self()
public T apiKey(String apiKey)
ApiKeyPair.getApiKey()public T secretKey(String secretKey)
ApiKeyPair.getSecretKey()public ApiKeyPair build()
public T fromApiKeyPair(ApiKeyPair in)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.