Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
BootstrapActionDetail |
BootstrapActionDetail.clone() |
BootstrapActionDetail |
BootstrapActionDetail.withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.
|
Modifier and Type | Method and Description |
---|---|
List<BootstrapActionDetail> |
JobFlowDetail.getBootstrapActions()
A list of the bootstrap actions run by the job flow.
|
Modifier and Type | Method and Description |
---|---|
JobFlowDetail |
JobFlowDetail.withBootstrapActions(BootstrapActionDetail... bootstrapActions)
A list of the bootstrap actions run by the job flow.
|
Modifier and Type | Method and Description |
---|---|
void |
JobFlowDetail.setBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
A list of the bootstrap actions run by the job flow.
|
JobFlowDetail |
JobFlowDetail.withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
A list of the bootstrap actions run by the job flow.
|
Copyright © 2024. All rights reserved.