Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Classes modeling the various types represented by DataPipeline.
|
Modifier and Type | Method and Description |
---|---|
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> |
PutPipelineDefinitionResult.getValidationErrors()
A list of the validation errors that are associated with the objects
defined in
pipelineObjects . |
List<ValidationError> |
ValidatePipelineDefinitionResult.getValidationErrors()
Lists the validation errors that were found by
ValidatePipelineDefinition.
|
Modifier and Type | Method and Description |
---|---|
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationErrors(ValidationError... validationErrors)
A list of the validation errors that are associated with the objects
defined in
pipelineObjects . |
ValidatePipelineDefinitionResult |
ValidatePipelineDefinitionResult.withValidationErrors(ValidationError... validationErrors)
Lists the validation errors that were found by
ValidatePipelineDefinition.
|
Modifier and Type | Method and Description |
---|---|
void |
PutPipelineDefinitionResult.setValidationErrors(Collection<ValidationError> validationErrors)
A list of the validation errors that are associated with the objects
defined in
pipelineObjects . |
void |
ValidatePipelineDefinitionResult.setValidationErrors(Collection<ValidationError> validationErrors)
Lists the validation errors that were found by
ValidatePipelineDefinition.
|
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationErrors(Collection<ValidationError> validationErrors)
A list of the validation errors that are associated with the objects
defined in
pipelineObjects . |
ValidatePipelineDefinitionResult |
ValidatePipelineDefinitionResult.withValidationErrors(Collection<ValidationError> validationErrors)
Lists the validation errors that were found by
ValidatePipelineDefinition.
|
Copyright © 2014. All rights reserved.