AWS SDK for .NET Documentation
JobFlowDetail Class
AmazonAmazon.ElasticMapReduce.ModelJobFlowDetail Did this page help you?   Yes   No    Tell us about it...

A description of a job flow.

Declaration Syntax
C#
public class JobFlowDetail
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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]*


JobFlowRole
The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.

Constraints:

Length
0 - 10280
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.)
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

Inheritance Hierarchy
Object
JobFlowDetail

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)