Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
IntegrationError |
IntegrationError.clone() |
IntegrationError |
IntegrationError.withErrorCode(String errorCode)
The error code of an inbound integration error.
|
IntegrationError |
IntegrationError.withErrorMessage(String errorMessage)
The error message of an inbound integration error.
|
Modifier and Type | Method and Description |
---|---|
List<IntegrationError> |
InboundIntegration.getErrors()
The outstanding errors of an inbound integration.
|
Modifier and Type | Method and Description |
---|---|
InboundIntegration |
InboundIntegration.withErrors(IntegrationError... errors)
The outstanding errors of an inbound integration.
|
Modifier and Type | Method and Description |
---|---|
void |
InboundIntegration.setErrors(Collection<IntegrationError> errors)
The outstanding errors of an inbound integration.
|
InboundIntegration |
InboundIntegration.withErrors(Collection<IntegrationError> errors)
The outstanding errors of an inbound integration.
|
Copyright © 2023. All rights reserved.