Interface IntegrationError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IntegrationError.Builder,
,IntegrationError> SdkBuilder<IntegrationError.Builder,
,IntegrationError> SdkPojo
- Enclosing class:
IntegrationError
@Mutable
@NotThreadSafe
public static interface IntegrationError.Builder
extends SdkPojo, CopyableBuilder<IntegrationError.Builder,IntegrationError>
-
Method Summary
Modifier and TypeMethodDescriptionThe code associated with this error.errorMessage
(String errorMessage) A message describing the error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
errorCode
The code associated with this error.
- Parameters:
errorCode
- The code associated with this error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
A message describing the error.
- Parameters:
errorMessage
- A message describing the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-