public static interface PutPipelineDefinitionRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<PutPipelineDefinitionRequest.Builder,PutPipelineDefinitionRequest>
buildoverrideConfigurationcopyapplyMutation, buildPutPipelineDefinitionRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline.
pipelineId - The ID of the pipeline.PutPipelineDefinitionRequest.Builder pipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
pipelineObjects - The objects that define the pipeline. These objects overwrite the existing pipeline definition.PutPipelineDefinitionRequest.Builder pipelineObjects(PipelineObject... pipelineObjects)
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
pipelineObjects - The objects that define the pipeline. These objects overwrite the existing pipeline definition.PutPipelineDefinitionRequest.Builder pipelineObjects(Consumer<PipelineObject.Builder>... pipelineObjects)
The objects that define the pipeline. These objects overwrite the existing 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 #pipelineObjects(List) .pipelineObjects - a consumer that will call methods on List.Builder #pipelineObjects(List) PutPipelineDefinitionRequest.Builder parameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
parameterObjects - The parameter objects used with the pipeline.PutPipelineDefinitionRequest.Builder parameterObjects(ParameterObject... parameterObjects)
The parameter objects used with the pipeline.
parameterObjects - The parameter objects used with the pipeline.PutPipelineDefinitionRequest.Builder parameterObjects(Consumer<ParameterObject.Builder>... parameterObjects)
The parameter objects used with 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 #parameterObjects(List) .parameterObjects - a consumer that will call methods on List.Builder #parameterObjects(List) PutPipelineDefinitionRequest.Builder parameterValues(Collection<ParameterValue> parameterValues)
The parameter values used with the pipeline.
parameterValues - The parameter values used with the pipeline.PutPipelineDefinitionRequest.Builder parameterValues(ParameterValue... parameterValues)
The parameter values used with the pipeline.
parameterValues - The parameter values used with the pipeline.PutPipelineDefinitionRequest.Builder parameterValues(Consumer<ParameterValue.Builder>... parameterValues)
The parameter values used with 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 #parameterValues(List) .parameterValues - a consumer that will call methods on List.Builder #parameterValues(List) PutPipelineDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutPipelineDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.