Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Field> |
ReportTaskProgressRequest.fields
Key-value pairs that define the properties of the ReportTaskProgressInput
object.
|
private SdkInternalList<Field> |
PipelineObject.fields
Key-value pairs that define the properties of the object.
|
private SdkInternalList<Field> |
PipelineDescription.fields
A list of read-only fields that contain metadata about the pipeline:
|
Modifier and Type | Method and Description |
---|---|
Field |
Field.clone() |
Field |
Field.withKey(java.lang.String key)
The field identifier.
|
Field |
Field.withRefValue(java.lang.String refValue)
The field value, expressed as the identifier of another object.
|
Field |
Field.withStringValue(java.lang.String stringValue)
The field value, expressed as a String.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Field> |
ReportTaskProgressRequest.getFields()
Key-value pairs that define the properties of the ReportTaskProgressInput
object.
|
java.util.List<Field> |
PipelineObject.getFields()
Key-value pairs that define the properties of the object.
|
java.util.List<Field> |
PipelineDescription.getFields()
A list of read-only fields that contain metadata about the pipeline:
|
Modifier and Type | Method and Description |
---|---|
ReportTaskProgressRequest |
ReportTaskProgressRequest.withFields(Field... fields)
Key-value pairs that define the properties of the ReportTaskProgressInput
object.
|
PipelineObject |
PipelineObject.withFields(Field... fields)
Key-value pairs that define the properties of the object.
|
PipelineDescription |
PipelineDescription.withFields(Field... fields)
A list of read-only fields that contain metadata about the pipeline:
|
Modifier and Type | Method and Description |
---|---|
void |
ReportTaskProgressRequest.setFields(java.util.Collection<Field> fields)
Key-value pairs that define the properties of the ReportTaskProgressInput
object.
|
void |
PipelineObject.setFields(java.util.Collection<Field> fields)
Key-value pairs that define the properties of the object.
|
void |
PipelineDescription.setFields(java.util.Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline:
|
ReportTaskProgressRequest |
ReportTaskProgressRequest.withFields(java.util.Collection<Field> fields)
Key-value pairs that define the properties of the ReportTaskProgressInput
object.
|
PipelineObject |
PipelineObject.withFields(java.util.Collection<Field> fields)
Key-value pairs that define the properties of the object.
|
PipelineDescription |
PipelineDescription.withFields(java.util.Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline:
|
Modifier and Type | Method and Description |
---|---|
Field |
FieldJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FieldJsonMarshaller.marshall(Field field,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|