Interface ValidatePipelineDefinitionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ValidatePipelineDefinitionRequest.Builder,
,ValidatePipelineDefinitionRequest> DataPipelineRequest.Builder
,SdkBuilder<ValidatePipelineDefinitionRequest.Builder,
,ValidatePipelineDefinitionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ValidatePipelineDefinitionRequest
-
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 changes to validate against the pipeline.pipelineObjects
(Consumer<PipelineObject.Builder>... pipelineObjects) The objects that define the pipeline changes to validate against the pipeline.pipelineObjects
(PipelineObject... pipelineObjects) The objects that define the pipeline changes to validate against the pipeline.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 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
ValidatePipelineDefinitionRequest.Builder pipelineObjects(Collection<PipelineObject> pipelineObjects) The objects that define the pipeline changes to validate against the pipeline.
- Parameters:
pipelineObjects
- The objects that define the pipeline changes to validate against the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineObjects
The objects that define the pipeline changes to validate against the pipeline.
- Parameters:
pipelineObjects
- The objects that define the pipeline changes to validate against the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineObjects
ValidatePipelineDefinitionRequest.Builder pipelineObjects(Consumer<PipelineObject.Builder>... pipelineObjects) The objects that define the pipeline changes to validate against the pipeline.
This is a convenience method that creates an instance of thePipelineObject.Builder
avoiding the need to create one manually viaPipelineObject.builder()
.When the
Consumer
completes,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
ValidatePipelineDefinitionRequest.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
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
ValidatePipelineDefinitionRequest.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 viaParameterObject.builder()
.When the
Consumer
completes,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
ValidatePipelineDefinitionRequest.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
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
ValidatePipelineDefinitionRequest.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 viaParameterValue.builder()
.When the
Consumer
completes,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
ValidatePipelineDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ValidatePipelineDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-