Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
Command |
Command.withArgs(Collection<String> args)
Arguments for Amazon EMR to pass to the command for execution.
|
Command |
Command.withArgs(String... args)
Arguments for Amazon EMR to pass to the command for execution.
|
Command |
Command.withName(String name)
The name of the command.
|
Command |
Command.withScriptPath(String scriptPath)
The Amazon S3 location of the command script.
|
Modifier and Type | Method and Description |
---|---|
List<Command> |
ListBootstrapActionsResult.getBootstrapActions()
The bootstrap actions associated with the cluster .
|
Modifier and Type | Method and Description |
---|---|
ListBootstrapActionsResult |
ListBootstrapActionsResult.withBootstrapActions(Command... bootstrapActions)
The bootstrap actions associated with the cluster .
|
Modifier and Type | Method and Description |
---|---|
void |
ListBootstrapActionsResult.setBootstrapActions(Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster .
|
ListBootstrapActionsResult |
ListBootstrapActionsResult.withBootstrapActions(Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster .
|
Copyright © 2014. All rights reserved.