public static interface ValidatePipelineDefinitionRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<ValidatePipelineDefinitionRequest.Builder,ValidatePipelineDefinitionRequest>
| Modifier and Type | Method and Description |
|---|---|
ValidatePipelineDefinitionRequest.Builder |
parameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
|
ValidatePipelineDefinitionRequest.Builder |
parameterObjects(ParameterObject... parameterObjects)
The parameter objects used with the pipeline.
|
ValidatePipelineDefinitionRequest.Builder |
parameterValues(Collection<ParameterValue> parameterValues)
The parameter values used with the pipeline.
|
ValidatePipelineDefinitionRequest.Builder |
parameterValues(ParameterValue... parameterValues)
The parameter values used with the pipeline.
|
ValidatePipelineDefinitionRequest.Builder |
pipelineId(String pipelineId)
The ID of the pipeline.
|
ValidatePipelineDefinitionRequest.Builder |
pipelineObjects(Collection<PipelineObject> 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.
|
ValidatePipelineDefinitionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 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 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.