Interface PutPipelineDefinitionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<PutPipelineDefinitionRequest.Builder,,PutPipelineDefinitionRequest> DataPipelineRequest.Builder,SdkBuilder<PutPipelineDefinitionRequest.Builder,,PutPipelineDefinitionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 PutPipelineDefinitionRequest
- 
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.parameterObjects(Collection<ParameterObject> parameterObjects) The parameter objects used with the pipeline.parameterObjects(Consumer<ParameterObject.Builder>... parameterObjects) The parameter objects used with the pipeline.parameterObjects(ParameterObject... parameterObjects) The parameter objects used with the pipeline.parameterValues(Collection<ParameterValue> parameterValues) The parameter values used with the pipeline.parameterValues(Consumer<ParameterValue.Builder>... parameterValues) The parameter values used with the pipeline.parameterValues(ParameterValue... parameterValues) The parameter values used with the pipeline.pipelineId(String pipelineId) The ID of the pipeline.pipelineObjects(Collection<PipelineObject> pipelineObjects) The objects that define the pipeline.pipelineObjects(Consumer<PipelineObject.Builder>... pipelineObjects) The objects that define the pipeline.pipelineObjects(PipelineObject... pipelineObjects) The objects that define the pipeline.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
pipelineId
The ID of the pipeline.
- Parameters:
 pipelineId- The ID of the pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
pipelineObjects
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
- Parameters:
 pipelineObjects- The objects that define the pipeline. These objects overwrite the existing pipeline definition.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
pipelineObjects
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
- Parameters:
 pipelineObjects- The objects that define the pipeline. These objects overwrite the existing pipeline definition.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
pipelineObjects
PutPipelineDefinitionRequest.Builder pipelineObjects(Consumer<PipelineObject.Builder>... pipelineObjects) The objects that define the pipeline. These objects overwrite the existing pipeline definition.
This is a convenience method that creates an instance of thePipelineObject.Builderavoiding the need to create one manually viaPipelineObject.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipelineObjects(List<PipelineObject>).- Parameters:
 pipelineObjects- a consumer that will call methods onPipelineObject.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
parameterObjects
The parameter objects used with the pipeline.
- Parameters:
 parameterObjects- The parameter objects used with the pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameterObjects
The parameter objects used with the pipeline.
- Parameters:
 parameterObjects- The parameter objects used with the pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameterObjects
PutPipelineDefinitionRequest.Builder parameterObjects(Consumer<ParameterObject.Builder>... parameterObjects) The parameter objects used with the pipeline.
This is a convenience method that creates an instance of theParameterObject.Builderavoiding the need to create one manually viaParameterObject.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameterObjects(List<ParameterObject>).- Parameters:
 parameterObjects- a consumer that will call methods onParameterObject.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
parameterValues
The parameter values used with the pipeline.
- Parameters:
 parameterValues- The parameter values used with the pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameterValues
The parameter values used with the pipeline.
- Parameters:
 parameterValues- The parameter values used with the pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameterValues
PutPipelineDefinitionRequest.Builder parameterValues(Consumer<ParameterValue.Builder>... parameterValues) The parameter values used with the pipeline.
This is a convenience method that creates an instance of theParameterValue.Builderavoiding the need to create one manually viaParameterValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameterValues(List<ParameterValue>).- Parameters:
 parameterValues- a consumer that will call methods onParameterValue.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
PutPipelineDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
PutPipelineDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -