Package | Description |
---|---|
com.amazonaws.services.datapipeline | |
com.amazonaws.services.datapipeline.model |
Modifier and Type | Method and Description |
---|---|
PutPipelineDefinitionResult |
DataPipelineClient.putPipelineDefinition(PutPipelineDefinitionRequest putPipelineDefinitionRequest)
Adds tasks, schedules, and preconditions to the specified pipeline.
|
PutPipelineDefinitionResult |
AbstractDataPipeline.putPipelineDefinition(PutPipelineDefinitionRequest request) |
PutPipelineDefinitionResult |
DataPipeline.putPipelineDefinition(PutPipelineDefinitionRequest putPipelineDefinitionRequest)
Adds tasks, schedules, and preconditions to the specified pipeline.
|
Modifier and Type | Method and Description |
---|---|
Future<PutPipelineDefinitionResult> |
AbstractDataPipelineAsync.putPipelineDefinitionAsync(PutPipelineDefinitionRequest request,
AsyncHandler<PutPipelineDefinitionRequest,PutPipelineDefinitionResult> asyncHandler) |
Future<PutPipelineDefinitionResult> |
DataPipelineAsync.putPipelineDefinitionAsync(PutPipelineDefinitionRequest putPipelineDefinitionRequest,
AsyncHandler<PutPipelineDefinitionRequest,PutPipelineDefinitionResult> asyncHandler)
Adds tasks, schedules, and preconditions to the specified pipeline.
|
Future<PutPipelineDefinitionResult> |
DataPipelineAsyncClient.putPipelineDefinitionAsync(PutPipelineDefinitionRequest request,
AsyncHandler<PutPipelineDefinitionRequest,PutPipelineDefinitionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.clone() |
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withErrored(Boolean errored)
Indicates whether there were validation errors, and the pipeline
definition is stored but cannot be activated until you correct the
pipeline and call
PutPipelineDefinition to commit the
corrected pipeline. |
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationErrors(Collection<ValidationError> validationErrors)
The validation errors that are associated with the objects defined in
pipelineObjects . |
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationErrors(ValidationError... validationErrors)
The validation errors that are associated with the objects defined in
pipelineObjects . |
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationWarnings(Collection<ValidationWarning> validationWarnings)
The validation warnings that are associated with the objects defined in
pipelineObjects . |
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationWarnings(ValidationWarning... validationWarnings)
The validation warnings that are associated with the objects defined in
pipelineObjects . |
Copyright © 2018. All rights reserved.