public class RunJobFlowRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Input to the RunJobFlow operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
additionalInfo
A JSON string for selecting additional features.
|
private java.lang.String |
amiVersion
|
private SdkInternalList<Application> |
applications
|
private SdkInternalList<BootstrapActionConfig> |
bootstrapActions
A list of bootstrap actions that will be run before Hadoop is started on
the cluster nodes.
|
private SdkInternalList<Configuration> |
configurations
|
private JobFlowInstancesConfig |
instances
A specification of the number and type of Amazon EC2 instances on which
to run the job flow.
|
private java.lang.String |
jobFlowRole
Also called instance profile and EC2 role.
|
private java.lang.String |
logUri
The location in Amazon S3 to write the log files of the job flow.
|
private java.lang.String |
name
The name of the job flow.
|
private SdkInternalList<SupportedProductConfig> |
newSupportedProducts
|
private java.lang.String |
releaseLabel
|
private java.lang.String |
serviceRole
The IAM role that will be assumed by the Amazon EMR service to access AWS
resources on your behalf.
|
private SdkInternalList<StepConfig> |
steps
A list of steps to be executed by the job flow.
|
private SdkInternalList<java.lang.String> |
supportedProducts
|
private SdkInternalList<Tag> |
tags
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
private java.lang.Boolean |
visibleToAllUsers
Whether the job flow is visible to all IAM users of the AWS account
associated with the job flow.
|
NOOP
Constructor and Description |
---|
RunJobFlowRequest()
Default constructor for RunJobFlowRequest object.
|
RunJobFlowRequest(java.lang.String name,
JobFlowInstancesConfig instances)
Constructs a new RunJobFlowRequest object.
|
Modifier and Type | Method and Description |
---|---|
RunJobFlowRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAdditionalInfo()
A JSON string for selecting additional features.
|
java.lang.String |
getAmiVersion()
|
java.util.List<Application> |
getApplications()
|
java.util.List<BootstrapActionConfig> |
getBootstrapActions()
A list of bootstrap actions that will be run before Hadoop is started on
the cluster nodes.
|
java.util.List<Configuration> |
getConfigurations()
|
JobFlowInstancesConfig |
getInstances()
A specification of the number and type of Amazon EC2 instances on which
to run the job flow.
|
java.lang.String |
getJobFlowRole()
Also called instance profile and EC2 role.
|
java.lang.String |
getLogUri()
The location in Amazon S3 to write the log files of the job flow.
|
java.lang.String |
getName()
The name of the job flow.
|
java.util.List<SupportedProductConfig> |
getNewSupportedProducts()
|
java.lang.String |
getReleaseLabel()
|
java.lang.String |
getServiceRole()
The IAM role that will be assumed by the Amazon EMR service to access AWS
resources on your behalf.
|
java.util.List<StepConfig> |
getSteps()
A list of steps to be executed by the job flow.
|
java.util.List<java.lang.String> |
getSupportedProducts()
|
java.util.List<Tag> |
getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
java.lang.Boolean |
getVisibleToAllUsers()
Whether the job flow is visible to all IAM users of the AWS account
associated with the job flow.
|
int |
hashCode() |
java.lang.Boolean |
isVisibleToAllUsers()
Whether the job flow is visible to all IAM users of the AWS account
associated with the job flow.
|
void |
setAdditionalInfo(java.lang.String additionalInfo)
A JSON string for selecting additional features.
|
void |
setAmiVersion(java.lang.String amiVersion)
|
void |
setApplications(java.util.Collection<Application> applications)
|
void |
setBootstrapActions(java.util.Collection<BootstrapActionConfig> bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on
the cluster nodes.
|
void |
setConfigurations(java.util.Collection<Configuration> configurations)
|
void |
setInstances(JobFlowInstancesConfig instances)
A specification of the number and type of Amazon EC2 instances on which
to run the job flow.
|
void |
setJobFlowRole(java.lang.String jobFlowRole)
Also called instance profile and EC2 role.
|
void |
setLogUri(java.lang.String logUri)
The location in Amazon S3 to write the log files of the job flow.
|
void |
setName(java.lang.String name)
The name of the job flow.
|
void |
setNewSupportedProducts(java.util.Collection<SupportedProductConfig> newSupportedProducts)
|
void |
setReleaseLabel(java.lang.String releaseLabel)
|
void |
setServiceRole(java.lang.String serviceRole)
The IAM role that will be assumed by the Amazon EMR service to access AWS
resources on your behalf.
|
void |
setSteps(java.util.Collection<StepConfig> steps)
A list of steps to be executed by the job flow.
|
void |
setSupportedProducts(java.util.Collection<java.lang.String> supportedProducts)
|
void |
setTags(java.util.Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
void |
setVisibleToAllUsers(java.lang.Boolean visibleToAllUsers)
Whether the job flow is visible to all IAM users of the AWS account
associated with the job flow.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RunJobFlowRequest |
withAdditionalInfo(java.lang.String additionalInfo)
A JSON string for selecting additional features.
|
RunJobFlowRequest |
withAmiVersion(java.lang.String amiVersion)
|
RunJobFlowRequest |
withApplications(Application... applications)
|
RunJobFlowRequest |
withApplications(java.util.Collection<Application> applications)
|
RunJobFlowRequest |
withBootstrapActions(BootstrapActionConfig... bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on
the cluster nodes.
|
RunJobFlowRequest |
withBootstrapActions(java.util.Collection<BootstrapActionConfig> bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on
the cluster nodes.
|
RunJobFlowRequest |
withConfigurations(java.util.Collection<Configuration> configurations)
|
RunJobFlowRequest |
withConfigurations(Configuration... configurations)
|
RunJobFlowRequest |
withInstances(JobFlowInstancesConfig instances)
A specification of the number and type of Amazon EC2 instances on which
to run the job flow.
|
RunJobFlowRequest |
withJobFlowRole(java.lang.String jobFlowRole)
Also called instance profile and EC2 role.
|
RunJobFlowRequest |
withLogUri(java.lang.String logUri)
The location in Amazon S3 to write the log files of the job flow.
|
RunJobFlowRequest |
withName(java.lang.String name)
The name of the job flow.
|
RunJobFlowRequest |
withNewSupportedProducts(java.util.Collection<SupportedProductConfig> newSupportedProducts)
|
RunJobFlowRequest |
withNewSupportedProducts(SupportedProductConfig... newSupportedProducts)
|
RunJobFlowRequest |
withReleaseLabel(java.lang.String releaseLabel)
|
RunJobFlowRequest |
withServiceRole(java.lang.String serviceRole)
The IAM role that will be assumed by the Amazon EMR service to access AWS
resources on your behalf.
|
RunJobFlowRequest |
withSteps(java.util.Collection<StepConfig> steps)
A list of steps to be executed by the job flow.
|
RunJobFlowRequest |
withSteps(StepConfig... steps)
A list of steps to be executed by the job flow.
|
RunJobFlowRequest |
withSupportedProducts(java.util.Collection<java.lang.String> supportedProducts)
|
RunJobFlowRequest |
withSupportedProducts(java.lang.String... supportedProducts)
|
RunJobFlowRequest |
withTags(java.util.Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
RunJobFlowRequest |
withTags(Tag... tags)
A list of tags to associate with a cluster and propagate to Amazon EC2
instances.
|
RunJobFlowRequest |
withVisibleToAllUsers(java.lang.Boolean visibleToAllUsers)
Whether the job flow is visible to all IAM users of the AWS account
associated with the job flow.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String name
The name of the job flow.
private java.lang.String logUri
The location in Amazon S3 to write the log files of the job flow. If a value is not provided, logs are not created.
private java.lang.String additionalInfo
A JSON string for selecting additional features.
private java.lang.String amiVersion
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use ReleaseLabel.
The version of the Amazon Machine Image (AMI) to use when launching Amazon EC2 instances in the job flow. The following values are valid:
If the AMI supports multiple versions of Hadoop (for example, AMI 1.0
supports both Hadoop 0.18 and 0.20) you can use the
JobFlowInstancesConfig HadoopVersion
parameter to
modify the version of Hadoop from the defaults shown above.
For details about the AMI versions currently supported by Amazon Elastic MapReduce, go to AMI Versions Supported in Elastic MapReduce in the Amazon Elastic MapReduce Developer's Guide.
private java.lang.String releaseLabel
Amazon EMR releases 4.x or later.
The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use amiVersion instead instead of ReleaseLabel.
private JobFlowInstancesConfig instances
A specification of the number and type of Amazon EC2 instances on which to run the job flow.
private SdkInternalList<StepConfig> steps
A list of steps to be executed by the job flow.
private SdkInternalList<BootstrapActionConfig> bootstrapActions
A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes.
private SdkInternalList<java.lang.String> supportedProducts
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow. For more information, go to Use Third Party Applications with Amazon EMR. Currently supported values are:
private SdkInternalList<SupportedProductConfig> newSupportedProducts
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see Launch a Job Flow on the MapR Distribution for Hadoop. Currently supported values are:
private SdkInternalList<Application> applications
Amazon EMR releases 4.x or later.
A list of applications for the cluster. Valid values are: "Hadoop", "Hive", "Mahout", "Pig", and "Spark." They are case insensitive.
private SdkInternalList<Configuration> configurations
Amazon EMR releases 4.x or later.
The list of configurations supplied for the EMR cluster you are creating.
private java.lang.Boolean visibleToAllUsers
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.
private java.lang.String jobFlowRole
Also called instance profile and EC2 role. An IAM role for an EMR
cluster. The EC2 instances of the cluster assume this role. The default
role is EMR_EC2_DefaultRole
. In order to use the default
role, you must have already created it using the CLI or console.
private java.lang.String serviceRole
The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
private SdkInternalList<Tag> tags
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
public RunJobFlowRequest()
public RunJobFlowRequest(java.lang.String name, JobFlowInstancesConfig instances)
name
- The name of the job flow.instances
- A specification of the number and type of Amazon EC2 instances on
which to run the job flow.public void setName(java.lang.String name)
The name of the job flow.
name
- The name of the job flow.public java.lang.String getName()
The name of the job flow.
public RunJobFlowRequest withName(java.lang.String name)
The name of the job flow.
name
- The name of the job flow.public void setLogUri(java.lang.String logUri)
The location in Amazon S3 to write the log files of the job flow. If a value is not provided, logs are not created.
logUri
- The location in Amazon S3 to write the log files of the job flow.
If a value is not provided, logs are not created.public java.lang.String getLogUri()
The location in Amazon S3 to write the log files of the job flow. If a value is not provided, logs are not created.
public RunJobFlowRequest withLogUri(java.lang.String logUri)
The location in Amazon S3 to write the log files of the job flow. If a value is not provided, logs are not created.
logUri
- The location in Amazon S3 to write the log files of the job flow.
If a value is not provided, logs are not created.public void setAdditionalInfo(java.lang.String additionalInfo)
A JSON string for selecting additional features.
additionalInfo
- A JSON string for selecting additional features.public java.lang.String getAdditionalInfo()
A JSON string for selecting additional features.
public RunJobFlowRequest withAdditionalInfo(java.lang.String additionalInfo)
A JSON string for selecting additional features.
additionalInfo
- A JSON string for selecting additional features.public void setAmiVersion(java.lang.String amiVersion)
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use ReleaseLabel.
The version of the Amazon Machine Image (AMI) to use when launching Amazon EC2 instances in the job flow. The following values are valid:
If the AMI supports multiple versions of Hadoop (for example, AMI 1.0
supports both Hadoop 0.18 and 0.20) you can use the
JobFlowInstancesConfig HadoopVersion
parameter to
modify the version of Hadoop from the defaults shown above.
For details about the AMI versions currently supported by Amazon Elastic MapReduce, go to AMI Versions Supported in Elastic MapReduce in the Amazon Elastic MapReduce Developer's Guide.
amiVersion
- For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x
and greater, use ReleaseLabel.
The version of the Amazon Machine Image (AMI) to use when launching Amazon EC2 instances in the job flow. The following values are valid:
If the AMI supports multiple versions of Hadoop (for example, AMI
1.0 supports both Hadoop 0.18 and 0.20) you can use the
JobFlowInstancesConfig HadoopVersion
parameter
to modify the version of Hadoop from the defaults shown above.
For details about the AMI versions currently supported by Amazon Elastic MapReduce, go to AMI Versions Supported in Elastic MapReduce in the Amazon Elastic MapReduce Developer's Guide.
public java.lang.String getAmiVersion()
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use ReleaseLabel.
The version of the Amazon Machine Image (AMI) to use when launching Amazon EC2 instances in the job flow. The following values are valid:
If the AMI supports multiple versions of Hadoop (for example, AMI 1.0
supports both Hadoop 0.18 and 0.20) you can use the
JobFlowInstancesConfig HadoopVersion
parameter to
modify the version of Hadoop from the defaults shown above.
For details about the AMI versions currently supported by Amazon Elastic MapReduce, go to AMI Versions Supported in Elastic MapReduce in the Amazon Elastic MapReduce Developer's Guide.
The version of the Amazon Machine Image (AMI) to use when launching Amazon EC2 instances in the job flow. The following values are valid:
If the AMI supports multiple versions of Hadoop (for example, AMI
1.0 supports both Hadoop 0.18 and 0.20) you can use the
JobFlowInstancesConfig HadoopVersion
parameter to modify the version of Hadoop from the defaults shown
above.
For details about the AMI versions currently supported by Amazon Elastic MapReduce, go to AMI Versions Supported in Elastic MapReduce in the Amazon Elastic MapReduce Developer's Guide.
public RunJobFlowRequest withAmiVersion(java.lang.String amiVersion)
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use ReleaseLabel.
The version of the Amazon Machine Image (AMI) to use when launching Amazon EC2 instances in the job flow. The following values are valid:
If the AMI supports multiple versions of Hadoop (for example, AMI 1.0
supports both Hadoop 0.18 and 0.20) you can use the
JobFlowInstancesConfig HadoopVersion
parameter to
modify the version of Hadoop from the defaults shown above.
For details about the AMI versions currently supported by Amazon Elastic MapReduce, go to AMI Versions Supported in Elastic MapReduce in the Amazon Elastic MapReduce Developer's Guide.
amiVersion
- For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x
and greater, use ReleaseLabel.
The version of the Amazon Machine Image (AMI) to use when launching Amazon EC2 instances in the job flow. The following values are valid:
If the AMI supports multiple versions of Hadoop (for example, AMI
1.0 supports both Hadoop 0.18 and 0.20) you can use the
JobFlowInstancesConfig HadoopVersion
parameter
to modify the version of Hadoop from the defaults shown above.
For details about the AMI versions currently supported by Amazon Elastic MapReduce, go to AMI Versions Supported in Elastic MapReduce in the Amazon Elastic MapReduce Developer's Guide.
public void setReleaseLabel(java.lang.String releaseLabel)
Amazon EMR releases 4.x or later.
The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use amiVersion instead instead of ReleaseLabel.
releaseLabel
- Amazon EMR releases 4.x or later.public java.lang.String getReleaseLabel()
Amazon EMR releases 4.x or later.
The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use amiVersion instead instead of ReleaseLabel.
public RunJobFlowRequest withReleaseLabel(java.lang.String releaseLabel)
Amazon EMR releases 4.x or later.
The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use amiVersion instead instead of ReleaseLabel.
releaseLabel
- Amazon EMR releases 4.x or later.public void setInstances(JobFlowInstancesConfig instances)
A specification of the number and type of Amazon EC2 instances on which to run the job flow.
instances
- A specification of the number and type of Amazon EC2 instances on
which to run the job flow.public JobFlowInstancesConfig getInstances()
A specification of the number and type of Amazon EC2 instances on which to run the job flow.
public RunJobFlowRequest withInstances(JobFlowInstancesConfig instances)
A specification of the number and type of Amazon EC2 instances on which to run the job flow.
instances
- A specification of the number and type of Amazon EC2 instances on
which to run the job flow.public java.util.List<StepConfig> getSteps()
A list of steps to be executed by the job flow.
public void setSteps(java.util.Collection<StepConfig> steps)
A list of steps to be executed by the job flow.
steps
- A list of steps to be executed by the job flow.public RunJobFlowRequest withSteps(StepConfig... steps)
A list of steps to be executed 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.
steps
- A list of steps to be executed by the job flow.public RunJobFlowRequest withSteps(java.util.Collection<StepConfig> steps)
A list of steps to be executed by the job flow.
steps
- A list of steps to be executed by the job flow.public java.util.List<BootstrapActionConfig> getBootstrapActions()
A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes.
public void setBootstrapActions(java.util.Collection<BootstrapActionConfig> bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes.
bootstrapActions
- A list of bootstrap actions that will be run before Hadoop is
started on the cluster nodes.public RunJobFlowRequest withBootstrapActions(BootstrapActionConfig... bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes.
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.
bootstrapActions
- A list of bootstrap actions that will be run before Hadoop is
started on the cluster nodes.public RunJobFlowRequest withBootstrapActions(java.util.Collection<BootstrapActionConfig> bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes.
bootstrapActions
- A list of bootstrap actions that will be run before Hadoop is
started on the cluster nodes.public java.util.List<java.lang.String> getSupportedProducts()
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow. For more information, go to Use Third Party Applications with Amazon EMR. Currently supported values are:
A list of strings that indicates third-party software to use with the job flow. For more information, go to Use Third Party Applications with Amazon EMR. Currently supported values are:
public void setSupportedProducts(java.util.Collection<java.lang.String> supportedProducts)
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow. For more information, go to Use Third Party Applications with Amazon EMR. Currently supported values are:
supportedProducts
- For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x
and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow. For more information, go to Use Third Party Applications with Amazon EMR. Currently supported values are:
public RunJobFlowRequest withSupportedProducts(java.lang.String... supportedProducts)
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow. For more information, go to Use Third Party Applications with Amazon EMR. Currently supported values are:
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.
supportedProducts
- For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x
and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow. For more information, go to Use Third Party Applications with Amazon EMR. Currently supported values are:
public RunJobFlowRequest withSupportedProducts(java.util.Collection<java.lang.String> supportedProducts)
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow. For more information, go to Use Third Party Applications with Amazon EMR. Currently supported values are:
supportedProducts
- For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x
and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow. For more information, go to Use Third Party Applications with Amazon EMR. Currently supported values are:
public java.util.List<SupportedProductConfig> getNewSupportedProducts()
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see Launch a Job Flow on the MapR Distribution for Hadoop. Currently supported values are:
A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see Launch a Job Flow on the MapR Distribution for Hadoop. Currently supported values are:
public void setNewSupportedProducts(java.util.Collection<SupportedProductConfig> newSupportedProducts)
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see Launch a Job Flow on the MapR Distribution for Hadoop. Currently supported values are:
newSupportedProducts
- For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x
and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see Launch a Job Flow on the MapR Distribution for Hadoop. Currently supported values are:
public RunJobFlowRequest withNewSupportedProducts(SupportedProductConfig... newSupportedProducts)
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see Launch a Job Flow on the MapR Distribution for Hadoop. Currently supported values are:
NOTE: This method appends the values to the existing list (if
any). Use setNewSupportedProducts(java.util.Collection)
or
withNewSupportedProducts(java.util.Collection)
if you want to
override the existing values.
newSupportedProducts
- For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x
and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see Launch a Job Flow on the MapR Distribution for Hadoop. Currently supported values are:
public RunJobFlowRequest withNewSupportedProducts(java.util.Collection<SupportedProductConfig> newSupportedProducts)
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see Launch a Job Flow on the MapR Distribution for Hadoop. Currently supported values are:
newSupportedProducts
- For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x
and greater, use Applications.
A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see Launch a Job Flow on the MapR Distribution for Hadoop. Currently supported values are:
public java.util.List<Application> getApplications()
Amazon EMR releases 4.x or later.
A list of applications for the cluster. Valid values are: "Hadoop", "Hive", "Mahout", "Pig", and "Spark." They are case insensitive.
public void setApplications(java.util.Collection<Application> applications)
Amazon EMR releases 4.x or later.
A list of applications for the cluster. Valid values are: "Hadoop", "Hive", "Mahout", "Pig", and "Spark." They are case insensitive.
applications
- Amazon EMR releases 4.x or later.public RunJobFlowRequest withApplications(Application... applications)
Amazon EMR releases 4.x or later.
A list of applications for the cluster. Valid values are: "Hadoop", "Hive", "Mahout", "Pig", and "Spark." They are case insensitive.
NOTE: This method appends the values to the existing list (if
any). Use setApplications(java.util.Collection)
or
withApplications(java.util.Collection)
if you want to override
the existing values.
applications
- Amazon EMR releases 4.x or later.public RunJobFlowRequest withApplications(java.util.Collection<Application> applications)
Amazon EMR releases 4.x or later.
A list of applications for the cluster. Valid values are: "Hadoop", "Hive", "Mahout", "Pig", and "Spark." They are case insensitive.
applications
- Amazon EMR releases 4.x or later.public java.util.List<Configuration> getConfigurations()
Amazon EMR releases 4.x or later.
The list of configurations supplied for the EMR cluster you are creating.
public void setConfigurations(java.util.Collection<Configuration> configurations)
Amazon EMR releases 4.x or later.
The list of configurations supplied for the EMR cluster you are creating.
configurations
- Amazon EMR releases 4.x or later.public RunJobFlowRequest withConfigurations(Configuration... configurations)
Amazon EMR releases 4.x or later.
The list of configurations supplied for the EMR cluster you are creating.
NOTE: This method appends the values to the existing list (if
any). Use setConfigurations(java.util.Collection)
or
withConfigurations(java.util.Collection)
if you want to override
the existing values.
configurations
- Amazon EMR releases 4.x or later.public RunJobFlowRequest withConfigurations(java.util.Collection<Configuration> configurations)
Amazon EMR releases 4.x or later.
The list of configurations supplied for the EMR cluster you are creating.
configurations
- Amazon EMR releases 4.x or later.public void setVisibleToAllUsers(java.lang.Boolean visibleToAllUsers)
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.
visibleToAllUsers
- 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.public java.lang.Boolean getVisibleToAllUsers()
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.
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.public RunJobFlowRequest withVisibleToAllUsers(java.lang.Boolean visibleToAllUsers)
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.
visibleToAllUsers
- 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.public java.lang.Boolean isVisibleToAllUsers()
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.
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.public void setJobFlowRole(java.lang.String jobFlowRole)
Also called instance profile and EC2 role. An IAM role for an EMR
cluster. The EC2 instances of the cluster assume this role. The default
role is EMR_EC2_DefaultRole
. In order to use the default
role, you must have already created it using the CLI or console.
jobFlowRole
- Also called instance profile and EC2 role. An IAM role for an EMR
cluster. The EC2 instances of the cluster assume this role. The
default role is EMR_EC2_DefaultRole
. In order to use
the default role, you must have already created it using the CLI
or console.public java.lang.String getJobFlowRole()
Also called instance profile and EC2 role. An IAM role for an EMR
cluster. The EC2 instances of the cluster assume this role. The default
role is EMR_EC2_DefaultRole
. In order to use the default
role, you must have already created it using the CLI or console.
EMR_EC2_DefaultRole
. In order to use
the default role, you must have already created it using the CLI
or console.public RunJobFlowRequest withJobFlowRole(java.lang.String jobFlowRole)
Also called instance profile and EC2 role. An IAM role for an EMR
cluster. The EC2 instances of the cluster assume this role. The default
role is EMR_EC2_DefaultRole
. In order to use the default
role, you must have already created it using the CLI or console.
jobFlowRole
- Also called instance profile and EC2 role. An IAM role for an EMR
cluster. The EC2 instances of the cluster assume this role. The
default role is EMR_EC2_DefaultRole
. In order to use
the default role, you must have already created it using the CLI
or console.public void setServiceRole(java.lang.String serviceRole)
The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
serviceRole
- The IAM role that will be assumed by the Amazon EMR service to
access AWS resources on your behalf.public java.lang.String getServiceRole()
The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
public RunJobFlowRequest withServiceRole(java.lang.String serviceRole)
The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
serviceRole
- The IAM role that will be assumed by the Amazon EMR service to
access AWS resources on your behalf.public java.util.List<Tag> getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
public void setTags(java.util.Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
tags
- A list of tags to associate with a cluster and propagate to Amazon
EC2 instances.public RunJobFlowRequest withTags(Tag... tags)
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
NOTE: This method appends the values to the existing list (if
any). Use setTags(java.util.Collection)
or
withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tags to associate with a cluster and propagate to Amazon
EC2 instances.public RunJobFlowRequest withTags(java.util.Collection<Tag> tags)
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
tags
- A list of tags to associate with a cluster and propagate to Amazon
EC2 instances.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RunJobFlowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()