public static final class SubClusterInfo.Builder
extends java.lang.Object
SubClusterInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SubClusterInfo. |
| Modifier and Type | Method and Description |
|---|---|
SubClusterInfo |
build() |
SubClusterInfo.Builder |
setDiscoveredNodeIds(java.util.List<java.lang.String> discoveredNodeIds)
Discovered node IDs under this sub-cluster.
|
SubClusterInfo.Builder |
setSubClusterType(java.lang.String subClusterType)
Possible values are:
SubClusterInfo.SUB_CLUSTER_TYPE_MANUAL
Sub-cluster-type can be either MANUAL or FAULT_DOMAIN. |
public Builder()
SubClusterInfo.public SubClusterInfo.Builder setDiscoveredNodeIds(java.util.List<java.lang.String> discoveredNodeIds)
discoveredNodeIds - New value for the property.public SubClusterInfo.Builder setSubClusterType(java.lang.String subClusterType)
subClusterType - New value for the property.public SubClusterInfo build()