UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.arn(String arn) |
The ARN of the Node.
|
static UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.builder() |
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.channelPlacementGroups(String... channelPlacementGroups) |
An array of IDs.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.channelPlacementGroups(Collection<String> channelPlacementGroups) |
An array of IDs.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.clusterId(String clusterId) |
The ID of the Cluster that the Node belongs to.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.connectionState(String connectionState) |
The current connection state of the Node.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.connectionState(NodeConnectionState connectionState) |
The current connection state of the Node.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.id(String id) |
The unique ID of the Node.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.instanceArn(String instanceArn) |
The ARN of the EC2 instance hosting the Node.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.name(String name) |
The name that you specified for the Node.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.nodeInterfaceMappings(Collection<NodeInterfaceMapping> nodeInterfaceMappings) |
Documentation update needed
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.nodeInterfaceMappings(Consumer<NodeInterfaceMapping.Builder>... nodeInterfaceMappings) |
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.nodeInterfaceMappings(NodeInterfaceMapping... nodeInterfaceMappings) |
Documentation update needed
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.role(String role) |
The initial role current role of the Node in the Cluster.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.role(NodeRole role) |
The initial role current role of the Node in the Cluster.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.state(String state) |
The current state of the Node.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.Builder.state(NodeState state) |
The current state of the Node.
|
UpdateNodeStateResponse.Builder |
UpdateNodeStateResponse.toBuilder() |
|