Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<KeyValue> |
HadoopJarStepConfig.properties
A list of Java properties that are set when the step runs.
|
Modifier and Type | Method and Description |
---|---|
KeyValue |
KeyValue.clone() |
KeyValue |
KeyValue.withKey(java.lang.String key)
The unique identifier of a key value pair.
|
KeyValue |
KeyValue.withValue(java.lang.String value)
The value part of the identified key.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<KeyValue> properties)
A list of Java properties that are set when the step runs.
|
HadoopJarStepConfig |
HadoopJarStepConfig.withProperties(java.util.Collection<KeyValue> properties)
A list of Java properties that are set when the step runs.
|
Modifier and Type | Method and Description |
---|---|
KeyValue |
KeyValueJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueJsonMarshaller.marshall(KeyValue keyValue,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|