Input to the TerminateJobFlows operation.
2122232425262728
@Override protected void _run(String[] arguments) throws Exception { KillPersistentClusterOptions options=extractOptions(arguments); emrClient.terminateJobFlows( new TerminateJobFlowsRequest() .withJobFlowIds(options.runningCluster)); }