| Package | Description | 
|---|---|
| com.amazonaws.services.datapipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
| PipelineObject | PipelineObject. clone() | 
| 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)
 The ID of the object. | 
| PipelineObject | PipelineObject. withName(String name)
 The 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()
 The 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()
 The objects defined in the pipeline. | 
| List<PipelineObject> | DescribeObjectsResult. getPipelineObjects()
 An array of object definitions. | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskObject | TaskObject. addObjectsEntry(String key,
               PipelineObject value) | 
| ValidatePipelineDefinitionRequest | ValidatePipelineDefinitionRequest. withPipelineObjects(PipelineObject... pipelineObjects)
 The 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)
 The objects defined in the pipeline. | 
| DescribeObjectsResult | DescribeObjectsResult. withPipelineObjects(PipelineObject... pipelineObjects)
 An array of object definitions. | 
| 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)
 The 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)
 The objects defined in the pipeline. | 
| void | DescribeObjectsResult. setPipelineObjects(Collection<PipelineObject> pipelineObjects)
 An array of object definitions. | 
| 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)
 The 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)
 The objects defined in the pipeline. | 
| DescribeObjectsResult | DescribeObjectsResult. withPipelineObjects(Collection<PipelineObject> pipelineObjects)
 An array of object definitions. | 
Copyright © 2015. All rights reserved.