| Package | Description | 
|---|---|
| com.amazonaws.services.datapipeline.model | Classes modeling the various types represented by DataPipeline. | 
| Modifier and Type | Method and Description | 
|---|---|
| PipelineObject | PipelineObject. withFields(Collection<Field> fields)Key-value pairs that define the properties of the object. | 
| PipelineObject | PipelineObject. withFields(Field... fields)Key-value pairs that define the properties of the object. | 
| PipelineObject | PipelineObject. withId(String id)Identifier of the object. | 
| PipelineObject | PipelineObject. withName(String name)Name of the object. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,PipelineObject> | TaskObject. getObjects()Connection information for the location where the task runner will
 publish the output of the task. | 
| List<PipelineObject> | ValidatePipelineDefinitionRequest. getPipelineObjects()A list of objects that define the pipeline changes to validate against
 the pipeline. | 
| List<PipelineObject> | PutPipelineDefinitionRequest. getPipelineObjects()The objects that define the pipeline. | 
| List<PipelineObject> | GetPipelineDefinitionResult. getPipelineObjects()An array of objects defined in the pipeline. | 
| List<PipelineObject> | DescribeObjectsResult. getPipelineObjects()An array of object definitions that are returned by the call to
 DescribeObjects. | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskObject | TaskObject. addObjectsEntry(String key,
               PipelineObject value)Connection information for the location where the task runner will
 publish the output of the task. | 
| ValidatePipelineDefinitionRequest | ValidatePipelineDefinitionRequest. withPipelineObjects(PipelineObject... pipelineObjects)A list of objects that define the pipeline changes to validate against
 the pipeline. | 
| PutPipelineDefinitionRequest | PutPipelineDefinitionRequest. withPipelineObjects(PipelineObject... pipelineObjects)The objects that define the pipeline. | 
| GetPipelineDefinitionResult | GetPipelineDefinitionResult. withPipelineObjects(PipelineObject... pipelineObjects)An array of objects defined in the pipeline. | 
| DescribeObjectsResult | DescribeObjectsResult. withPipelineObjects(PipelineObject... pipelineObjects)An array of object definitions that are returned by the call to
 DescribeObjects. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TaskObject. setObjects(Map<String,PipelineObject> objects)Connection information for the location where the task runner will
 publish the output of the task. | 
| void | ValidatePipelineDefinitionRequest. setPipelineObjects(Collection<PipelineObject> pipelineObjects)A list of objects that define the pipeline changes to validate against
 the pipeline. | 
| void | PutPipelineDefinitionRequest. setPipelineObjects(Collection<PipelineObject> pipelineObjects)The objects that define the pipeline. | 
| void | GetPipelineDefinitionResult. setPipelineObjects(Collection<PipelineObject> pipelineObjects)An array of objects defined in the pipeline. | 
| void | DescribeObjectsResult. setPipelineObjects(Collection<PipelineObject> pipelineObjects)An array of object definitions that are returned by the call to
 DescribeObjects. | 
| TaskObject | TaskObject. withObjects(Map<String,PipelineObject> objects)Connection information for the location where the task runner will
 publish the output of the task. | 
| ValidatePipelineDefinitionRequest | ValidatePipelineDefinitionRequest. withPipelineObjects(Collection<PipelineObject> pipelineObjects)A list of objects that define the pipeline changes to validate against
 the pipeline. | 
| PutPipelineDefinitionRequest | PutPipelineDefinitionRequest. withPipelineObjects(Collection<PipelineObject> pipelineObjects)The objects that define the pipeline. | 
| GetPipelineDefinitionResult | GetPipelineDefinitionResult. withPipelineObjects(Collection<PipelineObject> pipelineObjects)An array of objects defined in the pipeline. | 
| DescribeObjectsResult | DescribeObjectsResult. withPipelineObjects(Collection<PipelineObject> pipelineObjects)An array of object definitions that are returned by the call to
 DescribeObjects. | 
Copyright © 2015. All rights reserved.