public class AddClusterOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
AddClusterOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static AddClusterOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
AddClusterOptions() |
| Modifier and Type | Method and Description |
|---|---|
AddClusterOptions |
allocationState(AllocationState allocationState) |
AddClusterOptions |
password(String password) |
AddClusterOptions |
podId(String podId) |
AddClusterOptions |
url(String url) |
AddClusterOptions |
username(String username) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final AddClusterOptions NONE
public AddClusterOptions allocationState(AllocationState allocationState)
allocationState - Allocation state of this Host for allocation of new resourcespublic AddClusterOptions password(String password)
password - the password for the hostpublic AddClusterOptions podId(String podId)
podId - the Pod ID for the hostpublic AddClusterOptions url(String url)
url - the URLpublic AddClusterOptions username(String username)
username - the username for the clusterCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.