
C# |
public class JobFlowDetail

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | JobFlowDetail()()()() | Initializes a new instance of the JobFlowDetail class |
![]() | AmiVersion |
Gets and sets the property 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. |
![]() | BootstrapActions |
Gets and sets the property BootstrapActions.
A list of the bootstrap actions run by the job flow. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | ExecutionStatusDetail |
Gets and sets the property 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 |
Gets and sets the property Instances.
Describes the Amazon EC2 instances of the job flow. |
![]() | JobFlowId |
Gets and sets the property JobFlowId.
The job flow identifier. |
![]() | JobFlowRole |
Gets and sets the property JobFlowRole.
The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role. |
![]() | LogUri |
Gets and sets the property LogUri.
The location in Amazon S3 where log files for the job are stored. |
![]() | Name |
Gets and sets the property Name.
The name of the job flow. |
![]() | ServiceRole |
Gets and sets the property ServiceRole.
The IAM role that was specified when the job flow was launched. Amazon ElasticMapReduce will assume this role to work with AWS resources on your behalf. |
![]() | Steps |
Gets and sets the property Steps.
A list of steps run by the job flow. |
![]() | SupportedProducts |
Gets and sets the property 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 |
Gets and sets the property 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 |
![]() | WithAmiVersion(String) | Obsolete.
Sets the AmiVersion property
|
![]() | WithBootstrapActions(array<BootstrapActionDetail>[]()[][]) | Obsolete.
Sets the BootstrapActions property
|
![]() | WithBootstrapActions(IEnumerable<(Of <<'(BootstrapActionDetail>)>>)) | Obsolete.
Sets the BootstrapActions property
|
![]() | WithExecutionStatusDetail(JobFlowExecutionStatusDetail) | Obsolete.
Sets the ExecutionStatusDetail property
|
![]() | WithInstances(JobFlowInstancesDetail) | Obsolete.
Sets the Instances property
|
![]() | WithJobFlowId(String) | Obsolete.
Sets the JobFlowId property
|
![]() | WithJobFlowRole(String) | Obsolete.
Sets the JobFlowRole property
|
![]() | WithLogUri(String) | Obsolete.
Sets the LogUri property
|
![]() | WithName(String) | Obsolete.
Sets the Name property
|
![]() | WithServiceRole(String) | Obsolete.
Sets the ServiceRole property
|
![]() | WithSteps(array<StepDetail>[]()[][]) | Obsolete.
Sets the Steps property
|
![]() | WithSteps(IEnumerable<(Of <<'(StepDetail>)>>)) | Obsolete.
Sets the Steps property
|
![]() | WithSupportedProducts(array<String>[]()[][]) | Obsolete.
Sets the SupportedProducts property
|
![]() | WithSupportedProducts(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the SupportedProducts property
|
![]() | WithVisibleToAllUsers(Boolean) | Obsolete.
Sets the VisibleToAllUsers property
|

Object | |
![]() | JobFlowDetail |