Container for the parameters to the TerminateJobFlows operation.

TerminateJobFlows shuts a list of job flows down. When a job flow is shut down, any step not yet completed is canceled and the EC2 instances on which the job flow is running are stopped. Any log files not already saved are uploaded to Amazon S3 if a LogUri was specified when the job flow was created.

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class TerminateJobFlowsRequest : AmazonWebServiceRequest
Public Class TerminateJobFlowsRequest _
	Inherits AmazonWebServiceRequest
public ref class TerminateJobFlowsRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TerminateJobFlowsRequest()()()()
Initializes a new instance of the TerminateJobFlowsRequest class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
JobFlowIds
A list of job flows to be shutdown.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithJobFlowIds(IEnumerable<(Of <<'(String>)>>))
Adds elements to the JobFlowIds collection
WithJobFlowIds(array<String>[]()[][])
Adds elements to the JobFlowIds collection

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticMapReduce.Model..::..TerminateJobFlowsRequest

See Also