CopyableBuilder<ErrorDetails.Builder,ErrorDetails>, SdkBuilder<ErrorDetails.Builder,ErrorDetails>public static interface ErrorDetails.Builder extends CopyableBuilder<ErrorDetails.Builder,ErrorDetails>
| Modifier and Type | Method | Description |
|---|---|---|
ErrorDetails.Builder |
code(String code) |
The system ID or error number code of the error.
|
ErrorDetails.Builder |
message(String message) |
The text of the error message.
|
copyapply, buildErrorDetails.Builder code(String code)
The system ID or error number code of the error.
code - The system ID or error number code of the error.ErrorDetails.Builder message(String message)
The text of the error message.
message - The text of the error message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.