Method: Amazon::Coral::ElasticMapReduceClient#newRunJobFlowCall

Defined in:
lib/amazon/coral/elasticmapreduceclient.rb

#newRunJobFlowCallObject

Instantiates a call object to invoke the RunJobFlow operation:

Example usage:

my_call = my_client.newRunJobFlowCall
# set identity information if needed
my_call.identity[:aws_access_key] = my_access_key
my_call.identity[:aws_secret_key] = my_secret_key
# make the remote call
my_output = my_call.call(my_input)
# retrieve the request-id returned by the server
my_request_id = my_call.request_id


116
117
118
# File 'lib/amazon/coral/elasticmapreduceclient.rb', line 116

def newRunJobFlowCall
  Call.new(@runJobFlowDispatcher)
end