Interface SnapshotJobErrorInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SnapshotJobErrorInfo.Builder,SnapshotJobErrorInfo>,SdkBuilder<SnapshotJobErrorInfo.Builder,SnapshotJobErrorInfo>,SdkPojo
- Enclosing class:
- SnapshotJobErrorInfo
@Mutable @NotThreadSafe public static interface SnapshotJobErrorInfo.Builder extends SdkPojo, CopyableBuilder<SnapshotJobErrorInfo.Builder,SnapshotJobErrorInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnapshotJobErrorInfo.BuildererrorMessage(String errorMessage)The error message.SnapshotJobErrorInfo.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
SnapshotJobErrorInfo.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
SnapshotJobErrorInfo.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.
-
-