A description of a job flow.
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 |
| Member | Description | |
|---|---|---|
| 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: | |
| BootstrapActions |
A list of the bootstrap actions run by the job flow.
| |
| Equals(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: | |
| LogUri |
The location in Amazon S3 where log files for the job are stored.
Constraints: | |
| Name |
The name of the job flow.
Constraints: | |
| 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()()()() | (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
|