public static interface PutPipelineDefinitionRequest.Builder extends DataPipelineRequest.Builder, SdkPojo, CopyableBuilder<PutPipelineDefinitionRequest.Builder,PutPipelineDefinitionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of thePipelineObject.Builder avoiding the need to create
one manually via PipelineObject.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pipelineObjects(List.
pipelineObjects - a consumer that will call methods on
PipelineObject.Builder#pipelineObjects(java.util.Collection) 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 method that creates an instance of theParameterObject.Builder avoiding the need to
create one manually via ParameterObject.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #parameterObjects(List.
parameterObjects - a consumer that will call methods on
ParameterObject.Builder#parameterObjects(java.util.Collection) 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 method that creates an instance of theParameterValue.Builder avoiding the need to create
one manually via ParameterValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #parameterValues(List.
parameterValues - a consumer that will call methods on
ParameterValue.Builder#parameterValues(java.util.Collection) PutPipelineDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutPipelineDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.