Class JobFlowDetail

java.lang.Object
com.amazonaws.services.elasticmapreduce.model.JobFlowDetail
All Implemented Interfaces:
Serializable, Cloneable

public class JobFlowDetail extends Object implements Serializable, Cloneable

A description of a job flow.

See Also:
  • Constructor Details

    • JobFlowDetail

      public JobFlowDetail()
      Default constructor for JobFlowDetail object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
    • JobFlowDetail

      public JobFlowDetail(String jobFlowId, String name, JobFlowExecutionStatusDetail executionStatusDetail, JobFlowInstancesDetail instances)
      Constructs a new JobFlowDetail object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
      Parameters:
      jobFlowId - The job flow identifier.
      name - The name of the job flow.
      executionStatusDetail - Describes the execution status of the job flow.
      instances - Describes the Amazon EC2 instances of the job flow.
  • Method Details

    • setJobFlowId

      public void setJobFlowId(String jobFlowId)

      The job flow identifier.

      Parameters:
      jobFlowId - The job flow identifier.
    • getJobFlowId

      public String getJobFlowId()

      The job flow identifier.

      Returns:
      The job flow identifier.
    • withJobFlowId

      public JobFlowDetail withJobFlowId(String jobFlowId)

      The job flow identifier.

      Parameters:
      jobFlowId - The job flow identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setName

      public void setName(String name)

      The name of the job flow.

      Parameters:
      name - The name of the job flow.
    • getName

      public String getName()

      The name of the job flow.

      Returns:
      The name of the job flow.
    • withName

      public JobFlowDetail withName(String name)

      The name of the job flow.

      Parameters:
      name - The name of the job flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setLogUri

      public void setLogUri(String logUri)

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

      Parameters:
      logUri - The location in Amazon S3 where log files for the job are stored.
    • getLogUri

      public String getLogUri()

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

      Returns:
      The location in Amazon S3 where log files for the job are stored.
    • withLogUri

      public JobFlowDetail withLogUri(String logUri)

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

      Parameters:
      logUri - The location in Amazon S3 where log files for the job are stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setAmiVersion

      public void setAmiVersion(String 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 Guide.

      Parameters:
      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 Guide.
    • getAmiVersion

      public String getAmiVersion()

      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 Guide.

      Returns:
      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 Guide.
    • withAmiVersion

      public JobFlowDetail withAmiVersion(String 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 Guide.

      Parameters:
      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 Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setExecutionStatusDetail

      public void setExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)

      Describes the execution status of the job flow.

      Parameters:
      executionStatusDetail - Describes the execution status of the job flow.
    • getExecutionStatusDetail

      public JobFlowExecutionStatusDetail getExecutionStatusDetail()

      Describes the execution status of the job flow.

      Returns:
      Describes the execution status of the job flow.
    • withExecutionStatusDetail

      public JobFlowDetail withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)

      Describes the execution status of the job flow.

      Parameters:
      executionStatusDetail - Describes the execution status of the job flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setInstances

      public void setInstances(JobFlowInstancesDetail instances)

      Describes the Amazon EC2 instances of the job flow.

      Parameters:
      instances - Describes the Amazon EC2 instances of the job flow.
    • getInstances

      public JobFlowInstancesDetail getInstances()

      Describes the Amazon EC2 instances of the job flow.

      Returns:
      Describes the Amazon EC2 instances of the job flow.
    • withInstances

      public JobFlowDetail withInstances(JobFlowInstancesDetail instances)

      Describes the Amazon EC2 instances of the job flow.

      Parameters:
      instances - Describes the Amazon EC2 instances of the job flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • getSteps

      public List<StepDetail> getSteps()

      A list of steps run by the job flow.

      Returns:
      A list of steps run by the job flow.
    • setSteps

      public void setSteps(Collection<StepDetail> steps)

      A list of steps run by the job flow.

      Parameters:
      steps - A list of steps run by the job flow.
    • withSteps

      public JobFlowDetail withSteps(StepDetail... steps)

      A list of steps run by the job flow.

      NOTE: This method appends the values to the existing list (if any). Use setSteps(java.util.Collection) or withSteps(java.util.Collection) if you want to override the existing values.

      Parameters:
      steps - A list of steps run by the job flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withSteps

      public JobFlowDetail withSteps(Collection<StepDetail> steps)

      A list of steps run by the job flow.

      Parameters:
      steps - A list of steps run by the job flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • getBootstrapActions

      public List<BootstrapActionDetail> getBootstrapActions()

      A list of the bootstrap actions run by the job flow.

      Returns:
      A list of the bootstrap actions run by the job flow.
    • setBootstrapActions

      public void setBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)

      A list of the bootstrap actions run by the job flow.

      Parameters:
      bootstrapActions - A list of the bootstrap actions run by the job flow.
    • withBootstrapActions

      public JobFlowDetail withBootstrapActions(BootstrapActionDetail... bootstrapActions)

      A list of the bootstrap actions run by the job flow.

      NOTE: This method appends the values to the existing list (if any). Use setBootstrapActions(java.util.Collection) or withBootstrapActions(java.util.Collection) if you want to override the existing values.

      Parameters:
      bootstrapActions - A list of the bootstrap actions run by the job flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withBootstrapActions

      public JobFlowDetail withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)

      A list of the bootstrap actions run by the job flow.

      Parameters:
      bootstrapActions - A list of the bootstrap actions run by the job flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • getSupportedProducts

      public List<String> getSupportedProducts()

      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.

      Returns:
      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.
    • setSupportedProducts

      public void setSupportedProducts(Collection<String> 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.

      Parameters:
      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.
    • withSupportedProducts

      public JobFlowDetail withSupportedProducts(String... 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.

      NOTE: This method appends the values to the existing list (if any). Use setSupportedProducts(java.util.Collection) or withSupportedProducts(java.util.Collection) if you want to override the existing values.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withSupportedProducts

      public JobFlowDetail withSupportedProducts(Collection<String> 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setVisibleToAllUsers

      public void setVisibleToAllUsers(Boolean 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.

      Parameters:
      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.
    • getVisibleToAllUsers

      public Boolean getVisibleToAllUsers()

      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.

      Returns:
      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.
    • withVisibleToAllUsers

      public JobFlowDetail withVisibleToAllUsers(Boolean 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isVisibleToAllUsers

      public Boolean isVisibleToAllUsers()

      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.

      Returns:
      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.
    • setJobFlowRole

      public void setJobFlowRole(String jobFlowRole)

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

      Parameters:
      jobFlowRole - The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.
    • getJobFlowRole

      public String getJobFlowRole()

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

      Returns:
      The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.
    • withJobFlowRole

      public JobFlowDetail withJobFlowRole(String jobFlowRole)

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

      Parameters:
      jobFlowRole - The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setServiceRole

      public void setServiceRole(String serviceRole)

      The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.

      Parameters:
      serviceRole - The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
    • getServiceRole

      public String getServiceRole()

      The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.

      Returns:
      The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
    • withServiceRole

      public JobFlowDetail withServiceRole(String serviceRole)

      The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.

      Parameters:
      serviceRole - The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public JobFlowDetail clone()
      Overrides:
      clone in class Object