Interface PutPipelineDefinitionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutPipelineDefinitionRequest.Builder,PutPipelineDefinitionRequest>,DataPipelineRequest.Builder,SdkBuilder<PutPipelineDefinitionRequest.Builder,PutPipelineDefinitionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutPipelineDefinitionRequest
public static interface PutPipelineDefinitionRequest.Builder extends DataPipelineRequest.Builder, SdkPojo, CopyableBuilder<PutPipelineDefinitionRequest.Builder,PutPipelineDefinitionRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
pipelineId
PutPipelineDefinitionRequest.Builder pipelineId(String 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
PutPipelineDefinitionRequest.Builder pipelineObjects(Collection<PipelineObject> 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(PipelineObject... 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 to#pipelineObjects(List.) - 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:
#pipelineObjects(java.util.Collection)
-
parameterObjects
PutPipelineDefinitionRequest.Builder parameterObjects(Collection<ParameterObject> 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(ParameterObject... 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 to#parameterObjects(List.) - 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:
#parameterObjects(java.util.Collection)
-
parameterValues
PutPipelineDefinitionRequest.Builder parameterValues(Collection<ParameterValue> 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(ParameterValue... 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 to#parameterValues(List.) - 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:
#parameterValues(java.util.Collection)
-
overrideConfiguration
PutPipelineDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutPipelineDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-