Uses of Class
com.amazonaws.services.datapipeline.model.PipelineObject
Packages that use PipelineObject
-
Uses of PipelineObject in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return PipelineObjectModifier and TypeMethodDescriptionPipelineObject.clone()
PipelineObject.withFields
(Field... fields) Key-value pairs that define the properties of the object.PipelineObject.withFields
(Collection<Field> fields) Key-value pairs that define the properties of the object.The ID of the object.The name of the object.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type PipelineObjectModifier and TypeMethodDescriptionTaskObject.getObjects()
Connection information for the location where the task runner will publish the output of the task.DescribeObjectsResult.getPipelineObjects()
An array of object definitions.GetPipelineDefinitionResult.getPipelineObjects()
The objects defined in the pipeline.PutPipelineDefinitionRequest.getPipelineObjects()
The objects that define the pipeline.ValidatePipelineDefinitionRequest.getPipelineObjects()
The objects that define the pipeline changes to validate against the pipeline.Methods in com.amazonaws.services.datapipeline.model with parameters of type PipelineObjectModifier and TypeMethodDescriptionTaskObject.addObjectsEntry
(String key, PipelineObject value) DescribeObjectsResult.withPipelineObjects
(PipelineObject... pipelineObjects) An array of object definitions.GetPipelineDefinitionResult.withPipelineObjects
(PipelineObject... pipelineObjects) The objects defined in the pipeline.PutPipelineDefinitionRequest.withPipelineObjects
(PipelineObject... pipelineObjects) The objects that define the pipeline.ValidatePipelineDefinitionRequest.withPipelineObjects
(PipelineObject... pipelineObjects) The objects that define the pipeline changes to validate against the pipeline.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type PipelineObjectModifier and TypeMethodDescriptionvoid
TaskObject.setObjects
(Map<String, PipelineObject> objects) Connection information for the location where the task runner will publish the output of the task.void
DescribeObjectsResult.setPipelineObjects
(Collection<PipelineObject> pipelineObjects) An array of object definitions.void
GetPipelineDefinitionResult.setPipelineObjects
(Collection<PipelineObject> pipelineObjects) The objects defined in the pipeline.void
PutPipelineDefinitionRequest.setPipelineObjects
(Collection<PipelineObject> pipelineObjects) The objects that define the pipeline.void
ValidatePipelineDefinitionRequest.setPipelineObjects
(Collection<PipelineObject> pipelineObjects) The objects that define the pipeline changes to validate against the pipeline.TaskObject.withObjects
(Map<String, PipelineObject> objects) Connection information for the location where the task runner will publish the output of the task.DescribeObjectsResult.withPipelineObjects
(Collection<PipelineObject> pipelineObjects) An array of object definitions.GetPipelineDefinitionResult.withPipelineObjects
(Collection<PipelineObject> pipelineObjects) The objects defined in the pipeline.PutPipelineDefinitionRequest.withPipelineObjects
(Collection<PipelineObject> pipelineObjects) The objects that define the pipeline.ValidatePipelineDefinitionRequest.withPipelineObjects
(Collection<PipelineObject> pipelineObjects) The objects that define the pipeline changes to validate against the pipeline.