Interface ErrorDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ErrorDetails.Builder,
,ErrorDetails> SdkBuilder<ErrorDetails.Builder,
,ErrorDetails> SdkPojo
- Enclosing class:
ErrorDetails
public static interface ErrorDetails.Builder
extends SdkPojo, CopyableBuilder<ErrorDetails.Builder,ErrorDetails>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates the error code returned.errorCode
(WorkspaceImageErrorDetailCode errorCode) Indicates the error code returned.errorMessage
(String errorMessage) The text of the error message related the error code.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, sdkFields
-
Method Details
-
errorCode
Indicates the error code returned.
- Parameters:
errorCode
- Indicates the error code returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
Indicates the error code returned.
- Parameters:
errorCode
- Indicates the error code returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
The text of the error message related the error code.
- Parameters:
errorMessage
- The text of the error message related the error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-