Uses of Class
com.amazonaws.services.elasticmapreduce.model.RunJobFlowRequest
Packages that use RunJobFlowRequest
Package
Description
-
Uses of RunJobFlowRequest in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce with parameters of type RunJobFlowRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduce.runJobFlow
(RunJobFlowRequest request) AmazonElasticMapReduce.runJobFlow
(RunJobFlowRequest runJobFlowRequest) RunJobFlow creates and starts running a new job flow.AmazonElasticMapReduceClient.runJobFlow
(RunJobFlowRequest runJobFlowRequest) RunJobFlow creates and starts running a new job flow.AbstractAmazonElasticMapReduceAsync.runJobFlowAsync
(RunJobFlowRequest request) AbstractAmazonElasticMapReduceAsync.runJobFlowAsync
(RunJobFlowRequest request, AsyncHandler<RunJobFlowRequest, RunJobFlowResult> asyncHandler) AmazonElasticMapReduceAsync.runJobFlowAsync
(RunJobFlowRequest runJobFlowRequest) RunJobFlow creates and starts running a new job flow.AmazonElasticMapReduceAsync.runJobFlowAsync
(RunJobFlowRequest runJobFlowRequest, AsyncHandler<RunJobFlowRequest, RunJobFlowResult> asyncHandler) RunJobFlow creates and starts running a new job flow.AmazonElasticMapReduceAsyncClient.runJobFlowAsync
(RunJobFlowRequest request) AmazonElasticMapReduceAsyncClient.runJobFlowAsync
(RunJobFlowRequest request, AsyncHandler<RunJobFlowRequest, RunJobFlowResult> asyncHandler) Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type RunJobFlowRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduceAsync.runJobFlowAsync
(RunJobFlowRequest request, AsyncHandler<RunJobFlowRequest, RunJobFlowResult> asyncHandler) AmazonElasticMapReduceAsync.runJobFlowAsync
(RunJobFlowRequest runJobFlowRequest, AsyncHandler<RunJobFlowRequest, RunJobFlowResult> asyncHandler) RunJobFlow creates and starts running a new job flow.AmazonElasticMapReduceAsyncClient.runJobFlowAsync
(RunJobFlowRequest request, AsyncHandler<RunJobFlowRequest, RunJobFlowResult> asyncHandler) -
Uses of RunJobFlowRequest in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return RunJobFlowRequestModifier and TypeMethodDescriptionRunJobFlowRequest.clone()
RunJobFlowRequest.withAdditionalInfo
(String additionalInfo) A JSON string for selecting additional features.RunJobFlowRequest.withAmiVersion
(String amiVersion) RunJobFlowRequest.withApplications
(Application... applications) RunJobFlowRequest.withApplications
(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
(Collection<BootstrapActionConfig> bootstrapActions) A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes.RunJobFlowRequest.withConfigurations
(Configuration... configurations) RunJobFlowRequest.withConfigurations
(Collection<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
(String jobFlowRole) Also called instance profile and EC2 role.RunJobFlowRequest.withLogUri
(String logUri) The location in Amazon S3 to write the log files of the job flow.The name of the job flow.RunJobFlowRequest.withNewSupportedProducts
(SupportedProductConfig... newSupportedProducts) RunJobFlowRequest.withNewSupportedProducts
(Collection<SupportedProductConfig> newSupportedProducts) RunJobFlowRequest.withReleaseLabel
(String releaseLabel) RunJobFlowRequest.withServiceRole
(String serviceRole) The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.RunJobFlowRequest.withSteps
(StepConfig... steps) A list of steps to be executed by the job flow.RunJobFlowRequest.withSteps
(Collection<StepConfig> steps) A list of steps to be executed by the job flow.RunJobFlowRequest.withSupportedProducts
(String... supportedProducts) RunJobFlowRequest.withSupportedProducts
(Collection<String> supportedProducts) A list of tags to associate with a cluster and propagate to Amazon EC2 instances.RunJobFlowRequest.withTags
(Collection<Tag> tags) A list of tags to associate with a cluster and propagate to Amazon EC2 instances.RunJobFlowRequest.withVisibleToAllUsers
(Boolean visibleToAllUsers) Whether the job flow is visible to all IAM users of the AWS account associated with the job flow.