Interface UpdateError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateError.Builder,UpdateError>,SdkBuilder<UpdateError.Builder,UpdateError>,SdkPojo
- Enclosing class:
- UpdateError
public static interface UpdateError.Builder extends SdkPojo, CopyableBuilder<UpdateError.Builder,UpdateError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateError.BuildererrorCode(String errorCode)The error code that corresponds to the error with the last update.UpdateError.BuildererrorMessage(String errorMessage)The error message that corresponds to 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 Detail
-
errorCode
UpdateError.Builder errorCode(String errorCode)
The error code that corresponds to the error with the last update.
- Parameters:
errorCode- The error code that corresponds to the error with the last update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
UpdateError.Builder errorMessage(String errorMessage)
The error message that corresponds to the error code.
- Parameters:
errorMessage- The error message that corresponds to the error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-