public static interface GetPipelineDefinitionResponse.Builder extends DataPipelineResponse.Builder, CopyableBuilder<GetPipelineDefinitionResponse.Builder,GetPipelineDefinitionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPipelineDefinitionResponse.Builder |
parameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.
|
GetPipelineDefinitionResponse.Builder |
parameterObjects(ParameterObject... parameterObjects)
The parameter objects used in the pipeline definition.
|
GetPipelineDefinitionResponse.Builder |
parameterValues(Collection<ParameterValue> parameterValues)
The parameter values used in the pipeline definition.
|
GetPipelineDefinitionResponse.Builder |
parameterValues(ParameterValue... parameterValues)
The parameter values used in the pipeline definition.
|
GetPipelineDefinitionResponse.Builder |
pipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects defined in the pipeline.
|
GetPipelineDefinitionResponse.Builder |
pipelineObjects(PipelineObject... pipelineObjects)
The objects defined in the pipeline.
|
buildcopyapply, buildGetPipelineDefinitionResponse.Builder pipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects defined in the pipeline.
pipelineObjects - The objects defined in the pipeline.GetPipelineDefinitionResponse.Builder pipelineObjects(PipelineObject... pipelineObjects)
The objects defined in the pipeline.
pipelineObjects - The objects defined in the pipeline.GetPipelineDefinitionResponse.Builder parameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.
parameterObjects - The parameter objects used in the pipeline definition.GetPipelineDefinitionResponse.Builder parameterObjects(ParameterObject... parameterObjects)
The parameter objects used in the pipeline definition.
parameterObjects - The parameter objects used in the pipeline definition.GetPipelineDefinitionResponse.Builder parameterValues(Collection<ParameterValue> parameterValues)
The parameter values used in the pipeline definition.
parameterValues - The parameter values used in the pipeline definition.GetPipelineDefinitionResponse.Builder parameterValues(ParameterValue... parameterValues)
The parameter values used in the pipeline definition.
parameterValues - The parameter values used in the pipeline definition.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.