| Package | Description | 
|---|---|
| com.amazonaws.services.datapipeline.model | Classes modeling the various types represented by DataPipeline. | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterObject | ParameterObject. withAttributes(Collection<ParameterAttribute> attributes)The attributes of the parameter object. | 
| ParameterObject | ParameterObject. withAttributes(ParameterAttribute... attributes)The attributes of the parameter object. | 
| ParameterObject | ParameterObject. withId(String id)Identifier of the parameter object. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ParameterObject> | ValidatePipelineDefinitionRequest. getParameterObjects()A list of parameter objects used with the pipeline. | 
| List<ParameterObject> | PutPipelineDefinitionRequest. getParameterObjects()A list of parameter objects used with the pipeline. | 
| List<ParameterObject> | GetPipelineDefinitionResult. getParameterObjects()Returns a list of parameter objects used in the pipeline definition. | 
| Modifier and Type | Method and Description | 
|---|---|
| ValidatePipelineDefinitionRequest | ValidatePipelineDefinitionRequest. withParameterObjects(ParameterObject... parameterObjects)A list of parameter objects used with the pipeline. | 
| PutPipelineDefinitionRequest | PutPipelineDefinitionRequest. withParameterObjects(ParameterObject... parameterObjects)A list of parameter objects used with the pipeline. | 
| GetPipelineDefinitionResult | GetPipelineDefinitionResult. withParameterObjects(ParameterObject... parameterObjects)Returns a list of parameter objects used in the pipeline definition. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ValidatePipelineDefinitionRequest. setParameterObjects(Collection<ParameterObject> parameterObjects)A list of parameter objects used with the pipeline. | 
| void | PutPipelineDefinitionRequest. setParameterObjects(Collection<ParameterObject> parameterObjects)A list of parameter objects used with the pipeline. | 
| void | GetPipelineDefinitionResult. setParameterObjects(Collection<ParameterObject> parameterObjects)Returns a list of parameter objects used in the pipeline definition. | 
| ValidatePipelineDefinitionRequest | ValidatePipelineDefinitionRequest. withParameterObjects(Collection<ParameterObject> parameterObjects)A list of parameter objects used with the pipeline. | 
| PutPipelineDefinitionRequest | PutPipelineDefinitionRequest. withParameterObjects(Collection<ParameterObject> parameterObjects)A list of parameter objects used with the pipeline. | 
| GetPipelineDefinitionResult | GetPipelineDefinitionResult. withParameterObjects(Collection<ParameterObject> parameterObjects)Returns a list of parameter objects used in the pipeline definition. | 
Copyright © 2015. All rights reserved.