Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
KeyValue |
KeyValue.clone() |
KeyValue |
KeyValue.withKey(String key)
The unique identifier of a key value pair.
|
KeyValue |
KeyValue.withValue(String value)
The value part of the identified key.
|
Modifier and Type | Method and Description |
---|---|
List<KeyValue> |
HadoopJarStepConfig.getProperties()
A list of Java properties that are set when the step runs.
|
Modifier and Type | Method and Description |
---|---|
HadoopJarStepConfig |
HadoopJarStepConfig.withProperties(KeyValue... properties)
A list of Java properties that are set when the step runs.
|
Modifier and Type | Method and Description |
---|---|
void |
HadoopJarStepConfig.setProperties(Collection<KeyValue> properties)
A list of Java properties that are set when the step runs.
|
HadoopJarStepConfig |
HadoopJarStepConfig.withProperties(Collection<KeyValue> properties)
A list of Java properties that are set when the step runs.
|
Copyright © 2018. All rights reserved.