Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Classes modeling the various types represented by DataPipeline.
|
Modifier and Type | Method and Description |
---|---|
ValidationError |
ValidationError.clone() |
ValidationError |
ValidationError.withErrors(Collection<String> errors)
A description of the validation error.
|
ValidationError |
ValidationError.withErrors(String... errors)
A description of the validation error.
|
ValidationError |
ValidationError.withId(String id)
The identifier of the object that contains the validation error.
|
Modifier and Type | Method and Description |
---|---|
List<ValidationError> |
ValidatePipelineDefinitionResult.getValidationErrors()
Any validation errors that were found.
|
List<ValidationError> |
PutPipelineDefinitionResult.getValidationErrors()
The validation errors that are associated with the objects defined in
pipelineObjects . |
Modifier and Type | Method and Description |
---|---|
ValidatePipelineDefinitionResult |
ValidatePipelineDefinitionResult.withValidationErrors(ValidationError... validationErrors)
Any validation errors that were found.
|
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationErrors(ValidationError... validationErrors)
The validation errors that are associated with the objects defined in
pipelineObjects . |
Modifier and Type | Method and Description |
---|---|
void |
ValidatePipelineDefinitionResult.setValidationErrors(Collection<ValidationError> validationErrors)
Any validation errors that were found.
|
void |
PutPipelineDefinitionResult.setValidationErrors(Collection<ValidationError> validationErrors)
The validation errors that are associated with the objects defined in
pipelineObjects . |
ValidatePipelineDefinitionResult |
ValidatePipelineDefinitionResult.withValidationErrors(Collection<ValidationError> validationErrors)
Any validation errors that were found.
|
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationErrors(Collection<ValidationError> validationErrors)
The validation errors that are associated with the objects defined in
pipelineObjects . |
Copyright © 2015. All rights reserved.