Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Modifier and Type | Method and Description |
---|---|
Field |
Field.clone() |
Field |
Field.withKey(String key)
The field identifier.
|
Field |
Field.withRefValue(String refValue)
The field value, expressed as the identifier of another object.
|
Field |
Field.withStringValue(String stringValue)
The field value, expressed as a String.
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
PipelineObject.getFields()
Key-value pairs that define the properties of the object.
|
List<Field> |
PipelineDescription.getFields()
A list of read-only fields that contain metadata about the pipeline:
|
List<Field> |
ReportTaskProgressRequest.getFields()
Key-value pairs that define the properties of the ReportTaskProgressInput
object.
|
Modifier and Type | Method and Description |
---|---|
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:
|
ReportTaskProgressRequest |
ReportTaskProgressRequest.withFields(Field... fields)
Key-value pairs that define the properties of the ReportTaskProgressInput
object.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineObject.setFields(Collection<Field> fields)
Key-value pairs that define the properties of the object.
|
void |
PipelineDescription.setFields(Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline:
|
void |
ReportTaskProgressRequest.setFields(Collection<Field> fields)
Key-value pairs that define the properties of the ReportTaskProgressInput
object.
|
PipelineObject |
PipelineObject.withFields(Collection<Field> fields)
Key-value pairs that define the properties of the object.
|
PipelineDescription |
PipelineDescription.withFields(Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline:
|
ReportTaskProgressRequest |
ReportTaskProgressRequest.withFields(Collection<Field> fields)
Key-value pairs that define the properties of the ReportTaskProgressInput
object.
|
Copyright © 2018. All rights reserved.