public static final class EdgeClusterAllocationStatus.Builder
extends java.lang.Object
EdgeClusterAllocationStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
EdgeClusterAllocationStatus. |
| Modifier and Type | Method and Description |
|---|---|
EdgeClusterAllocationStatus |
build() |
EdgeClusterAllocationStatus.Builder |
setDisplayName(java.lang.String displayName)
Display name of the edge cluster
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
EdgeClusterAllocationStatus.Builder |
setId(java.lang.String id)
System allotted UUID of edge cluster.
|
EdgeClusterAllocationStatus.Builder |
setMemberCount(java.lang.Long memberCount)
Represents the number of edge nodes in the cluster.
|
EdgeClusterAllocationStatus.Builder |
setMembers(java.util.List<EdgeMemberAllocationStatus> members)
Allocation details of edge nodes present in the cluster.
|
public Builder()
EdgeClusterAllocationStatus.public EdgeClusterAllocationStatus.Builder setDisplayName(java.lang.String displayName)
displayName - New value for the property.public EdgeClusterAllocationStatus.Builder setId(java.lang.String id)
id - New value for the property.public EdgeClusterAllocationStatus.Builder setMemberCount(java.lang.Long memberCount)
memberCount - New value for the property.public EdgeClusterAllocationStatus.Builder setMembers(java.util.List<EdgeMemberAllocationStatus> members)
members - New value for the property.public EdgeClusterAllocationStatus build()