Modifier and Type | Field and Description |
---|---|
private BootstrapActionConfig |
BootstrapActionDetail.bootstrapActionConfig
A description of the bootstrap action.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<BootstrapActionConfig> |
RunJobFlowRequest.bootstrapActions
A list of bootstrap actions that will be run before Hadoop is started on
the cluster nodes.
|
Modifier and Type | Method and Description |
---|---|
BootstrapActionConfig |
BootstrapActionConfig.clone() |
BootstrapActionConfig |
BootstrapActionDetail.getBootstrapActionConfig()
A description of the bootstrap action.
|
BootstrapActionConfig |
BootstrapActionConfig.withName(java.lang.String name)
The name of the bootstrap action.
|
BootstrapActionConfig |
BootstrapActionConfig.withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
The script run by the bootstrap action.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BootstrapActionConfig> |
RunJobFlowRequest.getBootstrapActions()
A list of bootstrap actions that will be run before Hadoop is started on
the cluster nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
BootstrapActionDetail.setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.
|
BootstrapActionDetail |
BootstrapActionDetail.withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.
|
RunJobFlowRequest |
RunJobFlowRequest.withBootstrapActions(BootstrapActionConfig... bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on
the cluster nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
RunJobFlowRequest.setBootstrapActions(java.util.Collection<BootstrapActionConfig> bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on
the cluster nodes.
|
RunJobFlowRequest |
RunJobFlowRequest.withBootstrapActions(java.util.Collection<BootstrapActionConfig> bootstrapActions)
A list of bootstrap actions that will be run before Hadoop is started on
the cluster nodes.
|
Constructor and Description |
---|
BootstrapActionDetail(BootstrapActionConfig bootstrapActionConfig)
Constructs a new BootstrapActionDetail object.
|
Modifier and Type | Method and Description |
---|---|
BootstrapActionConfig |
BootstrapActionConfigJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BootstrapActionConfigJsonMarshaller.marshall(BootstrapActionConfig bootstrapActionConfig,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|
Modifier and Type | Method and Description |
---|---|
BootstrapActionConfig |
BootstrapActions.ConfigureHadoop.build()
Deprecated.
Returns an object which can be used in a RunJobflow call.
|
BootstrapActionConfig |
BootstrapActions.ConfigureDaemons.build()
Returns an object which can be used in a RunJobflow call.
|
BootstrapActionConfig |
BootstrapActions.newRunIf(java.lang.String condition,
BootstrapActionConfig config)
Create a new run-if bootstrap action which lets you conditionally run bootstrap actions.
|
Modifier and Type | Method and Description |
---|---|
BootstrapActionConfig |
BootstrapActions.newRunIf(java.lang.String condition,
BootstrapActionConfig config)
Create a new run-if bootstrap action which lets you conditionally run bootstrap actions.
|