Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Classes modeling the various types represented by DataPipeline.
|
Modifier and Type | Method and Description |
---|---|
ValidationWarning |
ValidationWarning.withId(String id)
The identifier of the object that contains the validation warning.
|
ValidationWarning |
ValidationWarning.withWarnings(Collection<String> warnings)
A description of the validation warning.
|
ValidationWarning |
ValidationWarning.withWarnings(String... warnings)
A description of the validation warning.
|
Modifier and Type | Method and Description |
---|---|
List<ValidationWarning> |
ValidatePipelineDefinitionResult.getValidationWarnings()
Lists the validation warnings that were found by
ValidatePipelineDefinition.
|
List<ValidationWarning> |
PutPipelineDefinitionResult.getValidationWarnings()
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects . |
Modifier and Type | Method and Description |
---|---|
ValidatePipelineDefinitionResult |
ValidatePipelineDefinitionResult.withValidationWarnings(ValidationWarning... validationWarnings)
Lists the validation warnings that were found by
ValidatePipelineDefinition.
|
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationWarnings(ValidationWarning... validationWarnings)
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects . |
Modifier and Type | Method and Description |
---|---|
void |
ValidatePipelineDefinitionResult.setValidationWarnings(Collection<ValidationWarning> validationWarnings)
Lists the validation warnings that were found by
ValidatePipelineDefinition.
|
void |
PutPipelineDefinitionResult.setValidationWarnings(Collection<ValidationWarning> validationWarnings)
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects . |
ValidatePipelineDefinitionResult |
ValidatePipelineDefinitionResult.withValidationWarnings(Collection<ValidationWarning> validationWarnings)
Lists the validation warnings that were found by
ValidatePipelineDefinition.
|
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationWarnings(Collection<ValidationWarning> validationWarnings)
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects . |
Copyright © 2015. All rights reserved.