public static interface UserError.Builder extends SdkPojo, CopyableBuilder<UserError.Builder,UserError>
| Modifier and Type | Method and Description |
|---|---|
UserError.Builder |
errorCode(ErrorCode errorCode)
The error code.
|
UserError.Builder |
errorCode(String errorCode)
The error code.
|
UserError.Builder |
errorMessage(String errorMessage)
The error message.
|
UserError.Builder |
userId(String userId)
The user ID for which the action failed.
|
copyapplyMutation, buildUserError.Builder userId(String userId)
The user ID for which the action failed.
userId - The user ID for which the action failed.UserError.Builder errorCode(String errorCode)
The error code.
UserError.Builder errorCode(ErrorCode errorCode)
The error code.
UserError.Builder errorMessage(String errorMessage)
The error message.
errorMessage - The error message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.