Interface SnapshotJobResultErrorInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SnapshotJobResultErrorInfo.Builder,
,SnapshotJobResultErrorInfo> SdkBuilder<SnapshotJobResultErrorInfo.Builder,
,SnapshotJobResultErrorInfo> SdkPojo
- Enclosing class:
SnapshotJobResultErrorInfo
@Mutable
@NotThreadSafe
public static interface SnapshotJobResultErrorInfo.Builder
extends SdkPojo, CopyableBuilder<SnapshotJobResultErrorInfo.Builder,SnapshotJobResultErrorInfo>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) The error message.The error type.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.
- Parameters:
errorMessage
- The error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorType
The error type.
- Parameters:
errorType
- The error type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-