A description of a job flow.
| C# |
public class JobFlowDetail
| All Members | Constructors | Methods | Properties | ||
| Icon | 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: | |
| JobFlowRole |
The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.
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()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| VisibleToAllUsers |
Specifies whether the job flow is visible to all IAM users of the AWS account associated with the job flow. If this value is set to
true, all IAM users of that AWS account can view and (if they have the proper policy permissions set) manage the job flow. If it is
set to false, only the IAM user that created the job flow can view and manage it. This value can be changed using the
SetVisibleToAllUsers action.
| |
| 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
| |
| WithJobFlowRole(String) |
Sets the JobFlowRole 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(array<String>[]()[][]) |
Adds elements to the SupportedProducts collection
| |
| WithSupportedProducts(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the SupportedProducts collection
| |
| WithVisibleToAllUsers(Boolean) |
Sets the VisibleToAllUsers property
|
| Object | |
| JobFlowDetail | |