public static class NodeGroupNode.Builder extends Object
Modifier and Type | Method and Description |
---|---|
NodeGroupNode.Builder |
addAllInstances(List<String> instances)
Instances scheduled on this node.
|
NodeGroupNode.Builder |
addInstances(String instances)
Instances scheduled on this node.
|
NodeGroupNode |
build() |
NodeGroupNode.Builder |
clone() |
List<String> |
getInstancesList()
Instances scheduled on this node.
|
String |
getName()
The name of the node.
|
String |
getNodeType()
The type of this node.
|
String |
getStatus() |
NodeGroupNode.Builder |
mergeFrom(NodeGroupNode other) |
NodeGroupNode.Builder |
setName(String name)
The name of the node.
|
NodeGroupNode.Builder |
setNodeType(String nodeType)
The type of this node.
|
NodeGroupNode.Builder |
setStatus(String status) |
public NodeGroupNode.Builder mergeFrom(NodeGroupNode other)
public NodeGroupNode.Builder addAllInstances(List<String> instances)
public NodeGroupNode.Builder addInstances(String instances)
public String getName()
public NodeGroupNode.Builder setName(String name)
public String getNodeType()
public NodeGroupNode.Builder setNodeType(String nodeType)
public String getStatus()
public NodeGroupNode.Builder setStatus(String status)
public NodeGroupNode build()
public NodeGroupNode.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.