Interface IntegrationError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<IntegrationError.Builder,,IntegrationError> SdkBuilder<IntegrationError.Builder,,IntegrationError> SdkPojo
- Enclosing class:
 IntegrationError
public static interface IntegrationError.Builder
extends SdkPojo, CopyableBuilder<IntegrationError.Builder,IntegrationError> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe error code of an inbound integration error.errorMessage(String errorMessage) The error message of an inbound integration error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
errorCode
The error code of an inbound integration error.
- Parameters:
 errorCode- The error code of an inbound integration error.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
errorMessage
The error message of an inbound integration error.
- Parameters:
 errorMessage- The error message of an inbound integration error.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -