Interface ErrorCause.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ErrorCause.Builder,
,ErrorCause> SdkBuilder<ErrorCause.Builder,
,ErrorCause> SdkPojo
- Enclosing class:
ErrorCause
@Mutable
@NotThreadSafe
public static interface ErrorCause.Builder
extends SdkPojo, CopyableBuilder<ErrorCause.Builder,ErrorCause>
-
Method Summary
Modifier and TypeMethodDescriptionerrorCategory
(String errorCategory) The error category forErrorCause
.errorCategory
(ErrorCategory errorCategory) The error category forErrorCause
.errorMessage
(String errorMessage) The error message text forErrorCause
.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
-
errorMessage
The error message text for
ErrorCause
.- Parameters:
errorMessage
- The error message text forErrorCause
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCategory
The error category for
ErrorCause
.- Parameters:
errorCategory
- The error category forErrorCause
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCategory
The error category for
ErrorCause
.- Parameters:
errorCategory
- The error category forErrorCause
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-