Interface UpdateError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UpdateError.Builder,,UpdateError> SdkBuilder<UpdateError.Builder,,UpdateError> SdkPojo
- Enclosing class:
 UpdateError
@Mutable
@NotThreadSafe
public static interface UpdateError.Builder
extends SdkPojo, CopyableBuilder<UpdateError.Builder,UpdateError> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe error code that corresponds to the error with the last update.errorMessage(String errorMessage) The error message that corresponds to the error code.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -