DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.arn(String arn) |
The ARN of the Node.
|
static DescribeNodeSummary.Builder |
DescribeNodeSummary.builder() |
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.channelPlacementGroups(String... channelPlacementGroups) |
An array of IDs.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.channelPlacementGroups(Collection<String> channelPlacementGroups) |
An array of IDs.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.clusterId(String clusterId) |
The ID of the Cluster that the Node belongs to.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.connectionState(String connectionState) |
The current connection state of the Node.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.connectionState(NodeConnectionState connectionState) |
The current connection state of the Node.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.id(String id) |
The unique ID of the Node.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.instanceArn(String instanceArn) |
The EC2 ARN of the Instance associated with the Node.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.managedInstanceId(String managedInstanceId) |
At the routing layer will get it from the callerId/context for use with bring your own device.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.name(String name) |
The name that you specified for the Node.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.nodeInterfaceMappings(Collection<NodeInterfaceMapping> nodeInterfaceMappings) |
Documentation update needed
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.nodeInterfaceMappings(Consumer<NodeInterfaceMapping.Builder>... nodeInterfaceMappings) |
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.nodeInterfaceMappings(NodeInterfaceMapping... nodeInterfaceMappings) |
Documentation update needed
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.role(String role) |
The initial role current role of the Node in the Cluster.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.role(NodeRole role) |
The initial role current role of the Node in the Cluster.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.state(String state) |
The current state of the Node.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.Builder.state(NodeState state) |
The current state of the Node.
|
DescribeNodeSummary.Builder |
DescribeNodeSummary.toBuilder() |
|