A description of a job flow.

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 JobFlowDetail
Public Class JobFlowDetail
public ref class JobFlowDetail

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
JobFlowDetail()()()()
Initializes a new instance of the JobFlowDetail class
AmiVersion
The version of the AMI used to initialize Amazon EC2 instances in the job flow. For a list of AMI versions currently supported by Amazon ElasticMapReduce, go to AMI Versions Supported in Elastic MapReduce in the Amazon Elastic MapReduce Developer's Guide.

Constraints:

Length
0 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

BootstrapActions
A list of the bootstrap actions run by the job flow.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecutionStatusDetail
Describes the execution status of the job flow.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Instances
Describes the Amazon EC2 instances of the job flow.
JobFlowId
The job flow identifier.

Constraints:

Length
0 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

LogUri
The location in Amazon S3 where log files for the job are stored.

Constraints:

Length
0 - 10280
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Name
The name of the job flow.

Constraints:

Length
0 - 256
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Steps
A list of steps run by the job flow.
SupportedProducts
A list of strings set by third party software when the job flow is launched. If you are not using third party software to manage the job flow this value is empty.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAmiVersion(String)
Sets the AmiVersion property
WithBootstrapActions(array<BootstrapActionDetail>[]()[][])
Adds elements to the BootstrapActions collection
WithBootstrapActions(IEnumerable<(Of <<'(BootstrapActionDetail>)>>))
Adds elements to the BootstrapActions collection
WithExecutionStatusDetail(JobFlowExecutionStatusDetail)
Sets the ExecutionStatusDetail property
WithInstances(JobFlowInstancesDetail)
Sets the Instances property
WithJobFlowId(String)
Sets the JobFlowId property
WithLogUri(String)
Sets the LogUri property
WithName(String)
Sets the Name property
WithSteps(array<StepDetail>[]()[][])
Adds elements to the Steps collection
WithSteps(IEnumerable<(Of <<'(StepDetail>)>>))
Adds elements to the Steps collection
WithSupportedProducts(IEnumerable<(Of <<'(String>)>>))
Adds elements to the SupportedProducts collection
WithSupportedProducts(array<String>[]()[][])
Adds elements to the SupportedProducts collection

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticMapReduce.Model..::..JobFlowDetail

See Also