public static interface RecordError.Builder extends CopyableBuilder<RecordError.Builder,RecordError>
| Modifier and Type | Method and Description |
|---|---|
RecordError.Builder |
code(String code)
The numeric value of the error.
|
RecordError.Builder |
description(String description)
The text description of the error.
|
copyapply, buildRecordError.Builder code(String code)
The numeric value of the error.
code - The numeric value of the error.RecordError.Builder description(String description)
The text description of the error.
description - The text description of the error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.