public static interface GetPipelineDefinitionResponse.Builder extends DataPipelineResponse.Builder, CopyableBuilder<GetPipelineDefinitionResponse.Builder,GetPipelineDefinitionResponse>
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 pipelineObjects(Consumer<PipelineObject.Builder>... pipelineObjects)
The objects defined in the pipeline.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #pipelineObjects(List) .pipelineObjects - a consumer that will call methods on List.Builder #pipelineObjects(List) 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 parameterObjects(Consumer<ParameterObject.Builder>... parameterObjects)
The parameter objects used in the pipeline definition.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #parameterObjects(List) .parameterObjects - a consumer that will call methods on List.Builder #parameterObjects(List) 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.GetPipelineDefinitionResponse.Builder parameterValues(Consumer<ParameterValue.Builder>... parameterValues)
The parameter values used in the pipeline definition.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #parameterValues(List) .parameterValues - a consumer that will call methods on List.Builder #parameterValues(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.