Interface ChangesetErrorInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChangesetErrorInfo.Builder,ChangesetErrorInfo>,SdkBuilder<ChangesetErrorInfo.Builder,ChangesetErrorInfo>,SdkPojo
- Enclosing class:
- ChangesetErrorInfo
public static interface ChangesetErrorInfo.Builder extends SdkPojo, CopyableBuilder<ChangesetErrorInfo.Builder,ChangesetErrorInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangesetErrorInfo.BuildererrorCategory(String errorCategory)The category of the error.ChangesetErrorInfo.BuildererrorCategory(ErrorCategory errorCategory)The category of the error.ChangesetErrorInfo.BuildererrorMessage(String errorMessage)The text of the error message.-
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 Detail
-
errorMessage
ChangesetErrorInfo.Builder errorMessage(String errorMessage)
The text of the error message.
- Parameters:
errorMessage- The text of the error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCategory
ChangesetErrorInfo.Builder errorCategory(String errorCategory)
The category of the error.
-
VALIDATION– The inputs to this request are invalid. -
SERVICE_QUOTA_EXCEEDED– Service quotas have been exceeded. Please contact AWS support to increase quotas. -
ACCESS_DENIED– Missing required permission to perform this request. -
RESOURCE_NOT_FOUND– One or more inputs to this request were not found. -
THROTTLING– The system temporarily lacks sufficient resources to process the request. -
INTERNAL_SERVICE_EXCEPTION– An internal service error has occurred. -
CANCELLED– Cancelled. -
USER_RECOVERABLE– A user recoverable error has occurred.
- Parameters:
errorCategory- The category of the error.-
VALIDATION– The inputs to this request are invalid. -
SERVICE_QUOTA_EXCEEDED– Service quotas have been exceeded. Please contact AWS support to increase quotas. -
ACCESS_DENIED– Missing required permission to perform this request. -
RESOURCE_NOT_FOUND– One or more inputs to this request were not found. -
THROTTLING– The system temporarily lacks sufficient resources to process the request. -
INTERNAL_SERVICE_EXCEPTION– An internal service error has occurred. -
CANCELLED– Cancelled. -
USER_RECOVERABLE– A user recoverable error has occurred.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ErrorCategory,ErrorCategory
-
-
errorCategory
ChangesetErrorInfo.Builder errorCategory(ErrorCategory errorCategory)
The category of the error.
-
VALIDATION– The inputs to this request are invalid. -
SERVICE_QUOTA_EXCEEDED– Service quotas have been exceeded. Please contact AWS support to increase quotas. -
ACCESS_DENIED– Missing required permission to perform this request. -
RESOURCE_NOT_FOUND– One or more inputs to this request were not found. -
THROTTLING– The system temporarily lacks sufficient resources to process the request. -
INTERNAL_SERVICE_EXCEPTION– An internal service error has occurred. -
CANCELLED– Cancelled. -
USER_RECOVERABLE– A user recoverable error has occurred.
- Parameters:
errorCategory- The category of the error.-
VALIDATION– The inputs to this request are invalid. -
SERVICE_QUOTA_EXCEEDED– Service quotas have been exceeded. Please contact AWS support to increase quotas. -
ACCESS_DENIED– Missing required permission to perform this request. -
RESOURCE_NOT_FOUND– One or more inputs to this request were not found. -
THROTTLING– The system temporarily lacks sufficient resources to process the request. -
INTERNAL_SERVICE_EXCEPTION– An internal service error has occurred. -
CANCELLED– Cancelled. -
USER_RECOVERABLE– A user recoverable error has occurred.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ErrorCategory,ErrorCategory
-
-
-