Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Command> |
ListBootstrapActionsResult.bootstrapActions
The bootstrap actions associated with the cluster .
|
Modifier and Type | Method and Description |
---|---|
Command |
Command.clone() |
Command |
Command.withArgs(java.util.Collection<java.lang.String> args)
Arguments for Amazon EMR to pass to the command for execution.
|
Command |
Command.withArgs(java.lang.String... args)
Arguments for Amazon EMR to pass to the command for execution.
|
Command |
Command.withName(java.lang.String name)
The name of the command.
|
Command |
Command.withScriptPath(java.lang.String scriptPath)
The Amazon S3 location of the command script.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster .
|
ListBootstrapActionsResult |
ListBootstrapActionsResult.withBootstrapActions(java.util.Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster .
|
Modifier and Type | Method and Description |
---|---|
Command |
CommandJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CommandJsonMarshaller.marshall(Command command,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|