| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationMessage |
ValidationMessage.clone() |
ValidationMessage |
ValidationMessage.withMessage(String message)
The validation message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationMessage> |
ValidatePipelineResult.getErrors()
A list of errors if the configuration is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatePipelineResult |
ValidatePipelineResult.withErrors(ValidationMessage... errors)
A list of errors if the configuration is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatePipelineResult.setErrors(Collection<ValidationMessage> errors)
A list of errors if the configuration is invalid.
|
ValidatePipelineResult |
ValidatePipelineResult.withErrors(Collection<ValidationMessage> errors)
A list of errors if the configuration is invalid.
|
Copyright © 2024. All rights reserved.