Interface CustomWorkspaceImageImportErrorDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomWorkspaceImageImportErrorDetails.Builder,
,CustomWorkspaceImageImportErrorDetails> SdkBuilder<CustomWorkspaceImageImportErrorDetails.Builder,
,CustomWorkspaceImageImportErrorDetails> SdkPojo
- Enclosing class:
CustomWorkspaceImageImportErrorDetails
@Mutable
@NotThreadSafe
public static interface CustomWorkspaceImageImportErrorDetails.Builder
extends SdkPojo, CopyableBuilder<CustomWorkspaceImageImportErrorDetails.Builder,CustomWorkspaceImageImportErrorDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code that is returned for the image import.errorMessage
(String errorMessage) The text of the error message that is returned for the image import.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 error code that is returned for the image import.
- Parameters:
errorCode
- The error code that is returned for the image import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
The text of the error message that is returned for the image import.
- Parameters:
errorMessage
- The text of the error message that is returned for the image import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-