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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnapshotJobResultErrorInfo.BuildererrorMessage(String errorMessage)The error message.SnapshotJobResultErrorInfo.BuildererrorType(String errorType)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 Detail
-
errorMessage
SnapshotJobResultErrorInfo.Builder errorMessage(String 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
SnapshotJobResultErrorInfo.Builder errorType(String errorType)
The error type.
- Parameters:
errorType- The error type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-