Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<BootstrapActionDetail> |
JobFlowDetail.bootstrapActions
A list of the bootstrap actions run by the job flow.
|
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 |
---|---|
java.util.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(java.util.Collection<BootstrapActionDetail> bootstrapActions)
A list of the bootstrap actions run by the job flow.
|
JobFlowDetail |
JobFlowDetail.withBootstrapActions(java.util.Collection<BootstrapActionDetail> bootstrapActions)
A list of the bootstrap actions run by the job flow.
|
Modifier and Type | Method and Description |
---|---|
BootstrapActionDetail |
BootstrapActionDetailJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BootstrapActionDetailJsonMarshaller.marshall(BootstrapActionDetail bootstrapActionDetail,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|