public static interface ValidatePipelineDefinitionRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<ValidatePipelineDefinitionRequest.Builder,ValidatePipelineDefinitionRequest>
buildrequestOverrideConfigcopyapply, buildValidatePipelineDefinitionRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline.
pipelineId - The ID of the pipeline.ValidatePipelineDefinitionRequest.Builder pipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline changes to validate against the pipeline.
pipelineObjects - The objects that define the pipeline changes to validate against the pipeline.ValidatePipelineDefinitionRequest.Builder pipelineObjects(PipelineObject... pipelineObjects)
The objects that define the pipeline changes to validate against the pipeline.
pipelineObjects - The objects that define the pipeline changes to validate against the pipeline.ValidatePipelineDefinitionRequest.Builder pipelineObjects(Consumer<PipelineObject.Builder>... pipelineObjects)
The objects that define the pipeline changes to validate against the pipeline.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #pipelineObjects(List) .pipelineObjects - a consumer that will call methods on List.Builder #pipelineObjects(List) ValidatePipelineDefinitionRequest.Builder parameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
parameterObjects - The parameter objects used with the pipeline.ValidatePipelineDefinitionRequest.Builder parameterObjects(ParameterObject... parameterObjects)
The parameter objects used with the pipeline.
parameterObjects - The parameter objects used with the pipeline.ValidatePipelineDefinitionRequest.Builder parameterObjects(Consumer<ParameterObject.Builder>... parameterObjects)
The parameter objects used with the pipeline.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #parameterObjects(List) .parameterObjects - a consumer that will call methods on List.Builder #parameterObjects(List) ValidatePipelineDefinitionRequest.Builder parameterValues(Collection<ParameterValue> parameterValues)
The parameter values used with the pipeline.
parameterValues - The parameter values used with the pipeline.ValidatePipelineDefinitionRequest.Builder parameterValues(ParameterValue... parameterValues)
The parameter values used with the pipeline.
parameterValues - The parameter values used with the pipeline.ValidatePipelineDefinitionRequest.Builder parameterValues(Consumer<ParameterValue.Builder>... parameterValues)
The parameter values used with the pipeline.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #parameterValues(List) .parameterValues - a consumer that will call methods on List.Builder #parameterValues(List) ValidatePipelineDefinitionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ValidatePipelineDefinitionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.