public static interface PutPipelineDefinitionRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<PutPipelineDefinitionRequest.Builder,PutPipelineDefinitionRequest>
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 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 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.